Searched refs:cl_flags (Results 1 – 11 of 11) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_hfsc.c | 162 u8 cl_flags; /* which curves are valid */ member 180 return ((cl->cl_flags & HFSC_FSC) && cl->cl_nactive) || in cl_in_el_or_vttree() 181 ((cl->cl_flags & HFSC_RSC) && !RB_EMPTY_NODE(&cl->el_node)); in cl_in_el_or_vttree() 727 if (cl->cl_flags & HFSC_USC) { in init_vf() 756 if (cl->qdisc->q.qlen == 0 && cl->cl_flags & HFSC_FSC && cl->cl_nactive) in update_vf() 762 if (!(cl->cl_flags & HFSC_FSC) || cl->cl_nactive == 0) in update_vf() 803 if (cl->cl_flags & HFSC_USC) { in update_vf() 877 cl->cl_flags |= HFSC_RSC; in hfsc_change_rsc() 885 cl->cl_flags |= HFSC_FSC; in hfsc_change_fsc() 894 cl->cl_flags |= HFSC_USC; in hfsc_change_usc() [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfs4recover.c | 131 if (test_and_set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_create_clid_dir() 304 if (!nn->rec_file || !test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_remove_clid_dir() 312 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir() 591 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client() 607 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client() 1014 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create() 1031 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create() 1053 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create_v2() 1081 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create_v2() 1101 if (!test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_remove() [all …]
|
| H A D | nfs4callback.c | 1178 if (!test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) { in nfsd4_requeue_cb() 1301 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_down() 1308 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_fault() 1346 set_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_probe_callback() 1752 set_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags); in nfsd4_shutdown_callback() 1818 if (test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) in nfsd4_process_cb_update() 1826 WARN_ON(!(clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK)); in nfsd4_process_cb_update() 1827 clear_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_process_cb_update() 1859 if (clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK) in nfsd4_run_cb_work()
|
| H A D | state.h | 560 unsigned long cl_flags; member
|
| H A D | nfs4state.c | 2823 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in unhash_client_locked() 3210 else if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in client_info_show() 3990 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in add_to_unconfirmed() 4008 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in move_to_confirmed() 5269 if (test_and_set_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &clp->cl_flags)) in nfsd4_reclaim_complete() 9106 test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags)) in nfsd4_lock() 9698 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &clp->cl_flags)) in nfs4_check_open_reclaim()
|
| H A D | nfs4proc.c | 593 !test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags) && in nfsd4_open()
|
| /linux/fs/nfs/ |
| H A D | nfs4client.c | 222 __set_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags); in nfs4_alloc_client() 223 __set_bit(NFS_CS_DISCRTRY, &clp->cl_flags); in nfs4_alloc_client() 224 __set_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags); in nfs4_alloc_client() 226 __set_bit(NFS_CS_PNFS, &clp->cl_flags); in nfs4_alloc_client() 228 __set_bit(NFS_CS_NETUNREACH_FATAL, &clp->cl_flags); in nfs4_alloc_client() 386 int max_connect = test_bit(NFS_CS_PNFS, &clp->cl_flags) ? in nfs4_add_trunk() 441 clear_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags); in nfs4_init_client() 838 if (test_bit(NFS_CS_NETUNREACH_FATAL, &mds_clp->cl_flags)) in nfs4_set_ds_client()
|
| H A D | nfs3client.c | 133 if (test_bit(NFS_CS_NETUNREACH_FATAL, &mds_clp->cl_flags)) in nfs3_set_ds_client()
|
| H A D | nfs4state.c | 328 if (!test_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags)) in nfs41_discover_server_trunking()
|
| H A D | nfs4proc.c | 6589 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid() 8771 if (test_bit(NFS_CS_PNFS, &clp->cl_flags)) in nfs4_run_exchange_id()
|
| /linux/drivers/most/ |
| H A D | most_cdev.c | 420 unsigned long cl_flags; in comp_probe() local 458 spin_lock_irqsave(&ch_list_lock, cl_flags); in comp_probe() 460 spin_unlock_irqrestore(&ch_list_lock, cl_flags); in comp_probe()
|