Searched defs:file_lock (Results 1 – 3 of 3) sorted by relevance
624 struct file_lock { struct625 struct file_lock *fl_next; /* singly linked list for this inode */ argument637 void (*fl_notify)(struct file_lock *); /* unblock callback */ argument638 void (*fl_insert)(struct file_lock *); /* lock insertion callback */ argument639 void (*fl_remove)(struct file_lock *); /* lock removal callback */ argument656 extern struct list_head file_lock_list; argument669 extern void locks_init_lock(struct file_lock *); argument
174 rwlock_t file_lock; /* Protects all the below members. Nests inside tsk->alloc_lock */ member
1413 struct file_lock *fl, file_lock; in fcntl_getlk() local1484 struct file_lock *file_lock = locks_alloc_lock(); in fcntl_setlk() local1583 struct file_lock *fl, file_lock; in fcntl_getlk64() local1642 struct file_lock *file_lock = locks_alloc_lock(); in fcntl_setlk64() local