Searched defs:file_lock (Results 1 – 6 of 6) sorted by relevance
1108 struct file_lock { struct1109 struct file_lock *fl_blocker; /* The lock, that is blocking us */ argument1110 struct list_head fl_list; /* link into file_lock_context */ argument1133 const struct file_lock_operations *fl_ops; /* Callbacks for filesystems */ argument1146 struct file_lock_context { argument
710 static void __locks_insert_block(struct file_lock *blocker, in __locks_insert_block()712 bool conflict(struct file_lock *, in __locks_insert_block()737 static void locks_insert_block(struct file_lock *blocker, in locks_insert_block()739 bool conflict(struct file_lock *, in locks_insert_block()2285 struct file_lock *file_lock = locks_alloc_lock(); in fcntl_setlk() local2409 struct file_lock *file_lock = locks_alloc_lock(); in fcntl_setlk64() local
64 __u8 file_lock; member
315 spinlock_t file_lock; /* lock for open files */ member
132 struct mutex file_lock; member
6837 struct file_lock *file_lock = NULL; in nfsd4_lock() local7079 struct file_lock *file_lock = NULL; in nfsd4_lockt() local7155 struct file_lock *file_lock = NULL; in nfsd4_locku() local
Completed in 43 milliseconds