Searched refs:cl_flags (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/fs/nfsd/ |
D | nfs4recover.c | 182 if (test_and_set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_create_clid_dir() 357 if (!nn->rec_file || !test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_remove_clid_dir() 367 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir() 621 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client() 633 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client() 936 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create() 953 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create() 973 if (!test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_remove() 990 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_remove() 1010 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_check() [all …]
|
D | nfs4callback.c | 836 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_down() 844 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_fault() 875 set_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_probe_callback() 1079 set_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags); in nfsd4_shutdown_callback() 1126 if (test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) in nfsd4_process_cb_update() 1133 BUG_ON(!(clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK)); in nfsd4_process_cb_update() 1134 clear_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_process_cb_update() 1166 if (clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK) in nfsd4_run_cb_work()
|
D | state.h | 329 unsigned long cl_flags; member
|
D | nfs4state.c | 1873 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in unhash_client_locked() 2223 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in add_to_unconfirmed() 2242 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in move_to_confirmed() 3297 &cstate->session->se_client->cl_flags)) in nfsd4_reclaim_complete() 6507 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags)) in nfs4_check_open_reclaim()
|
D | nfs4proc.c | 374 &cstate->session->se_client->cl_flags) && in nfsd4_open()
|
/Linux-v4.19/net/sched/ |
D | sch_hfsc.c | 163 u8 cl_flags; /* which curves are valid */ member 720 if (cl->cl_flags & HFSC_USC) { in init_vf() 749 if (cl->qdisc->q.qlen == 0 && cl->cl_flags & HFSC_FSC) in update_vf() 755 if (!(cl->cl_flags & HFSC_FSC) || cl->cl_nactive == 0) in update_vf() 796 if (cl->cl_flags & HFSC_USC) { in update_vf() 896 cl->cl_flags |= HFSC_RSC; in hfsc_change_rsc() 904 cl->cl_flags |= HFSC_FSC; in hfsc_change_fsc() 913 cl->cl_flags |= HFSC_USC; in hfsc_change_usc() 984 old_flags = cl->cl_flags; in hfsc_change_class() 996 if (cl->cl_flags & HFSC_RSC) { in hfsc_change_class() [all …]
|
/Linux-v4.19/drivers/staging/most/cdev/ |
D | cdev.c | 431 unsigned long cl_flags; in comp_probe() local 470 spin_lock_irqsave(&ch_list_lock, cl_flags); in comp_probe() 472 spin_unlock_irqrestore(&ch_list_lock, cl_flags); in comp_probe()
|
/Linux-v4.19/fs/nfs/ |
D | client.c | 424 new->cl_flags = cl_init->init_flags; in nfs_get_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 | 385 __set_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags); in nfs4_init_client() 386 __set_bit(NFS_CS_DISCRTRY, &clp->cl_flags); in nfs4_init_client() 387 __set_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags); in nfs4_init_client() 436 clear_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags); in nfs4_init_client()
|
D | nfs4state.c | 377 if (!test_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags)) in nfs41_discover_server_trunking()
|
D | nfs4proc.c | 5904 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid()
|
/Linux-v4.19/include/linux/ |
D | nfs_fs_sb.h | 41 unsigned long cl_flags; /* behavior switches */ member
|