Searched refs:flc_posix (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/fs/lockd/
H A Dsvcsubs.c170 if (!flctx || list_empty_careful(&flctx->flc_posix)) nlm_traverse_locks()
175 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { nlm_traverse_locks()
234 if (flctx && !list_empty_careful(&flctx->flc_posix)) { nlm_file_inuse()
236 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { nlm_file_inuse()
/linux-4.1.27/fs/
H A Dlocks.c219 INIT_LIST_HEAD(&new->flc_posix); locks_get_lock_context()
237 WARN_ON_ONCE(!list_empty(&ctx->flc_posix)); locks_free_lock_context()
766 if (!ctx || list_empty_careful(&ctx->flc_posix)) { posix_test_lock()
772 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { posix_test_lock()
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()
1207 if (!ctx || list_empty_careful(&ctx->flc_posix)) locks_mandatory_locked()
1215 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { locks_mandatory_locked()
2201 * update of i_flctx->flc_posix and check for it done in fcntl_setlk()
2343 * update of i_flctx->flc_posix and check for it done in fcntl_setlk64()
2377 if (!ctx || list_empty(&ctx->flc_posix)) locks_remove_posix()
2633 __show_fd_locks(f, &ctx->flc_posix, &id, filp, files); show_fd_locks()
/linux-4.1.27/fs/nfs/
H A Ddelegation.c95 list = &flctx->flc_posix; nfs_delegation_claim_locks()
107 if (list == &flctx->flc_posix) {
H A Dwrite.c1115 !(list_empty_careful(&flctx->flc_posix) && nfs_flush_incompatible()
1205 list_empty_careful(&flctx->flc_posix))) nfs_can_extend_write()
1211 if (!list_empty(&flctx->flc_posix)) { nfs_can_extend_write()
1212 fl = list_first_entry(&flctx->flc_posix, struct file_lock, nfs_can_extend_write()
H A Dnfs4state.c1396 list = &flctx->flc_posix; nfs4_reclaim_locks()
1434 if (list == &flctx->flc_posix) {
H A Dpagelist.c943 !(list_empty_careful(&flctx->flc_posix) && nfs_can_coalesce_requests()
/linux-4.1.27/fs/ceph/
H A Dlocks.c257 list_for_each_entry(lock, &ctx->flc_posix, fl_list) ceph_count_locks()
/linux-4.1.27/fs/cifs/
H A Dfile.c1143 list_for_each(el, &flctx->flc_posix) { cifs_push_posix_locks()
1166 list_for_each_entry(flock, &flctx->flc_posix, fl_list) { cifs_push_posix_locks()
/linux-4.1.27/fs/nfsd/
H A Dnfs4state.c5808 if (flctx && !list_empty_careful(&flctx->flc_posix)) { check_for_locks()
5810 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { check_for_locks()
/linux-4.1.27/include/linux/
H A Dfs.h999 struct list_head flc_posix; member in struct:file_lock_context

Completed in 357 milliseconds