H A D | locks.c | 72 static struct file_lock *file_lock(struct file_lock_core *flc) in file_lock() argument 74 return container_of(flc, struct file_lock, c); in file_lock() 77 static struct file_lease *file_lease(struct file_lock_core *flc) in file_lease() argument 79 return container_of(flc, struct file_lease, c); in file_lease() 211 struct file_lock_core *flc; in locks_dump_ctx_list() local 213 list_for_each_entry(flc, list, flc_list) in locks_dump_ctx_list() 215 list_type, flc->flc_owner, flc->flc_flags, in locks_dump_ctx_list() 216 flc->flc_type, flc in locks_dump_ctx_list() 239 struct file_lock_core *flc; locks_check_ctx_file_list() local 263 locks_init_lock_heads(struct file_lock_core * flc) locks_init_lock_heads() argument 298 struct file_lock_core *flc = &fl->c; locks_release_private() local 333 struct file_lock_core *flc; locks_owner_has_blockers() local 367 struct file_lock_core *flc; locks_dispose_list() local 477 assign_type(struct file_lock_core * flc,int type) assign_type() argument 636 locks_insert_global_locks(struct file_lock_core * flc) locks_insert_global_locks() argument 649 locks_delete_global_locks(struct file_lock_core * flc) locks_delete_global_locks() argument 670 posix_owner_key(struct file_lock_core * flc) posix_owner_key() argument 802 struct file_lock_core *flc; __locks_insert_block() local 1029 struct file_lock_core *flc; what_owner_is_waiting_for() local 1518 struct file_lock_core *flc; any_leases_conflict() local 1660 struct file_lock_core *flc; lease_get_mtime() local 2757 lock_get_status(struct seq_file * f,struct file_lock_core * flc,loff_t id,char * pfx,int repeat) lock_get_status() argument [all...] |