Home
last modified time | relevance | path

Searched defs:file_lock (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dfs.h624 struct file_lock { struct
625 struct file_lock *fl_next; /* singly linked list for this inode */ argument
637 void (*fl_notify)(struct file_lock *); /* unblock callback */ argument
638 void (*fl_insert)(struct file_lock *); /* lock insertion callback */ argument
639 void (*fl_remove)(struct file_lock *); /* lock removal callback */ argument
656 extern struct list_head file_lock_list; argument
669 extern void locks_init_lock(struct file_lock *); argument
Dsched.h174 rwlock_t file_lock; /* Protects all the below members. Nests inside tsk->alloc_lock */ member
/linux-2.4.37.9/fs/
Dlocks.c1413 struct file_lock *fl, file_lock; in fcntl_getlk() local
1484 struct file_lock *file_lock = locks_alloc_lock(); in fcntl_setlk() local
1583 struct file_lock *fl, file_lock; in fcntl_getlk64() local
1642 struct file_lock *file_lock = locks_alloc_lock(); in fcntl_setlk64() local