Searched refs:cl_flags (Results 1 – 9 of 9) sorted by relevance
/fs/nfsd/ |
D | nfs4recover.c | 208 if (test_and_set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_create_clid_dir() 400 if (!nn->rec_file || !test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_remove_clid_dir() 410 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir() 692 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client() 712 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client() 1114 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create() 1131 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create() 1156 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create_v2() 1199 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create_v2() 1220 if (!test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_remove() [all …]
|
D | nfs4callback.c | 918 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_down() 926 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_fault() 957 set_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_probe_callback() 1168 set_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags); in nfsd4_shutdown_callback() 1215 if (test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) in nfsd4_process_cb_update() 1222 BUG_ON(!(clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK)); in nfsd4_process_cb_update() 1223 clear_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_process_cb_update() 1258 if (clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK) in nfsd4_run_cb_work()
|
D | state.h | 335 unsigned long cl_flags; member
|
D | nfs4state.c | 2008 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in unhash_client_locked() 2728 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in add_to_unconfirmed() 2747 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in move_to_confirmed() 3827 &cstate->session->se_client->cl_flags)) in nfsd4_reclaim_complete() 7037 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags)) in nfs4_check_open_reclaim()
|
D | nfs4proc.c | 375 &cstate->session->se_client->cl_flags) && in nfsd4_open()
|
/fs/nfs/ |
D | client.c | 179 clp->cl_flags = cl_init->init_flags; in nfs_alloc_client() 511 if (test_bit(NFS_CS_DISCRTRY, &clp->cl_flags)) in nfs_create_rpc_client() 513 if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) in nfs_create_rpc_client() 515 if (test_bit(NFS_CS_NORESVPORT, &clp->cl_flags)) in nfs_create_rpc_client() 517 if (test_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags)) in nfs_create_rpc_client()
|
D | nfs4client.c | 230 __set_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags); in nfs4_alloc_client() 231 __set_bit(NFS_CS_DISCRTRY, &clp->cl_flags); in nfs4_alloc_client() 232 __set_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags); in nfs4_alloc_client() 441 clear_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags); in nfs4_init_client()
|
D | nfs4state.c | 378 if (!test_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags)) in nfs41_discover_server_trunking()
|
D | nfs4proc.c | 6182 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid()
|