/linux-4.1.27/fs/ceph/ |
H A D | locks.c | 257 list_for_each_entry(lock, &ctx->flc_posix, fl_list) ceph_count_locks() 259 list_for_each_entry(lock, &ctx->flc_flock, fl_list) ceph_count_locks() 290 list_for_each_entry(lock, &ctx->flc_flock, fl_list) { ceph_encode_locks_to_buffer() 301 list_for_each_entry(lock, &ctx->flc_flock, fl_list) { ceph_encode_locks_to_buffer()
|
/linux-4.1.27/fs/ |
H A D | locks.c | 246 INIT_LIST_HEAD(&fl->fl_list); locks_init_lock_heads() 285 BUG_ON(!list_empty(&fl->fl_list)); locks_free_lock() 300 fl = list_first_entry(dispose, struct file_lock, fl_list); locks_dispose_list() 301 list_del_init(&fl->fl_list); locks_dispose_list() 686 list_add_tail(&fl->fl_list, before); locks_insert_lock_ctx() 694 list_del_init(&fl->fl_list); locks_unlink_lock_ctx() 707 list_add(&fl->fl_list, dispose); locks_delete_lock_ctx() 772 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { posix_test_lock() 891 list_for_each_entry(fl, &ctx->flc_flock, fl_list) { flock_lock_inode() 908 list_for_each_entry(fl, &ctx->flc_flock, fl_list) { flock_lock_inode() 969 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { __posix_lock_file() 998 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { __posix_lock_file() 1004 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, fl_list) { __posix_lock_file() 1081 locks_insert_lock_ctx(request, &fl->fl_list); __posix_lock_file() 1110 locks_insert_lock_ctx(new_fl, &fl->fl_list); __posix_lock_file() 1122 locks_insert_lock_ctx(left, &fl->fl_list); __posix_lock_file() 1215 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { locks_mandatory_locked() 1342 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) { time_out_leases() 1368 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { any_leases_conflict() 1422 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) { __break_lease() 1450 fl = list_first_entry(&ctx->flc_lease, struct file_lock, fl_list); __break_lease() 1504 struct file_lock, fl_list); lease_get_mtime() 1553 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { fcntl_getlease() 1646 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { generic_add_lease() 1724 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { generic_delete_lease() 2438 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) locks_remove_lease() 2606 list_for_each_entry(fl, head, fl_list) { list_for_each_entry()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | uhci-q.c | 119 INIT_LIST_HEAD(&td->fl_list); uhci_alloc_td() 128 if (!list_empty(&td->fl_list)) uhci_free_td() 129 dev_WARN(uhci_dev(uhci), "td %p still in fl_list!\n", td); uhci_free_td() 167 ltd = list_entry(ftd->fl_list.prev, struct uhci_td, fl_list); uhci_insert_td_in_frame_list() 169 list_add_tail(&td->fl_list, &ftd->fl_list); uhci_insert_td_in_frame_list() 187 WARN_ON(!list_empty(&td->fl_list)); uhci_remove_td_from_frame_list() 192 if (list_empty(&td->fl_list)) { uhci_remove_td_from_frame_list() 198 ntd = list_entry(td->fl_list.next, uhci_remove_td_from_frame_list() 200 fl_list); uhci_remove_td_from_frame_list() 207 ptd = list_entry(td->fl_list.prev, struct uhci_td, fl_list); uhci_remove_td_from_frame_list() 211 list_del_init(&td->fl_list); uhci_remove_td_from_frame_list() 224 ltd = list_entry(ftd->fl_list.prev, struct uhci_td, fl_list); uhci_remove_tds_from_frame() 228 while (!list_empty(&ftd->fl_list)) uhci_remove_tds_from_frame() 229 list_del_init(ftd->fl_list.prev); uhci_remove_tds_from_frame()
|
H A D | uhci-debug.c | 430 head = &td->fl_list; uhci_sprint_schedule() 433 td = list_entry(tmp, struct uhci_td, fl_list); uhci_sprint_schedule()
|
H A D | uhci-hcd.h | 267 struct list_head fl_list; member in struct:uhci_td
|
/linux-4.1.27/fs/lockd/ |
H A D | svcsubs.c | 175 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { nlm_traverse_locks() 236 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { nlm_file_inuse()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
H A D | lib-lnet.h | 198 if (list_empty(&fl->fl_list)) lnet_freelist_alloc() 201 o = list_entry(fl->fl_list.next, lnet_freeobj_t, fo_list); lnet_freelist_alloc() 212 list_add(&o->fo_list, &fl->fl_list); lnet_freelist_free()
|
H A D | lib-types.h | 288 struct list_head fl_list; /* where they are enqueued */ member in struct:__anon9844 292 struct list_head fo_list; /* enqueue on fl_list */
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
H A D | api-ni.c | 382 INIT_LIST_HEAD(&fl->fl_list); lnet_freelist_init() 389 list_add((struct list_head *)space, &fl->fl_list); lnet_freelist_init() 406 for (el = fl->fl_list.next; el != &fl->fl_list; el = el->next) lnet_freelist_fini()
|
/linux-4.1.27/fs/nfs/ |
H A D | delegation.c | 98 list_for_each_entry(fl, list, fl_list) { list_for_each_entry()
|
H A D | write.c | 1213 fl_list); nfs_can_extend_write() 1218 fl_list); nfs_can_extend_write()
|
H A D | nfs4state.c | 1402 list_for_each_entry(fl, list, fl_list) { list_for_each_entry()
|
/linux-4.1.27/fs/cifs/ |
H A D | file.c | 1166 list_for_each_entry(flock, &flctx->flc_posix, fl_list) { cifs_push_posix_locks()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 965 struct list_head fl_list; /* link into file_lock_context */ member in struct:file_lock
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4state.c | 5810 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { check_for_locks()
|