Searched refs:cl_flags (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.10/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() 886 cl->cl_flags |= HFSC_RSC; in hfsc_change_rsc() 894 cl->cl_flags |= HFSC_FSC; in hfsc_change_fsc() 903 cl->cl_flags |= HFSC_USC; in hfsc_change_usc() 975 old_flags = cl->cl_flags; in hfsc_change_class() 987 if (cl->cl_flags & HFSC_RSC) { in hfsc_change_class() [all …]
|
| /Linux-v5.10/fs/nfsd/ |
| D | nfs4recover.c | 200 if (test_and_set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_create_clid_dir() 392 if (!nn->rec_file || !test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_remove_clid_dir() 402 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir() 684 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client() 704 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client() 1102 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create() 1119 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create() 1143 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create_v2() 1184 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create_v2() 1205 if (!test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_remove() [all …]
|
| D | nfs4callback.c | 950 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_down() 958 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_fault() 1000 set_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_probe_callback() 1161 if (!test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) { in nfsd4_cb_sequence_done() 1233 set_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags); in nfsd4_shutdown_callback() 1288 if (test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) in nfsd4_process_cb_update() 1295 BUG_ON(!(clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK)); in nfsd4_process_cb_update() 1296 clear_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_process_cb_update() 1333 if (clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK) in nfsd4_run_cb_work()
|
| D | state.h | 348 unsigned long cl_flags; member
|
| D | nfs4state.c | 2038 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in unhash_client_locked() 2781 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in add_to_unconfirmed() 2800 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in move_to_confirmed() 3907 &cstate->session->se_client->cl_flags)) in nfsd4_reclaim_complete() 7247 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags)) in nfs4_check_open_reclaim()
|
| D | nfs4proc.c | 377 &cstate->session->se_client->cl_flags) && in nfsd4_open()
|
| /Linux-v5.10/fs/nfs/ |
| D | client.c | 320 test_bit(NFS_CS_DS, &clp->cl_flags)) in nfs_match_client() 429 new->cl_flags = cl_init->init_flags; in nfs_get_client() 520 if (test_bit(NFS_CS_DISCRTRY, &clp->cl_flags)) in nfs_create_rpc_client() 522 if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) in nfs_create_rpc_client() 524 if (test_bit(NFS_CS_NORESVPORT, &clp->cl_flags)) in nfs_create_rpc_client() 526 if (test_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags)) in nfs_create_rpc_client() 528 if (test_bit(NFS_CS_NOPING, &clp->cl_flags)) in nfs_create_rpc_client() 530 if (test_bit(NFS_CS_REUSEPORT, &clp->cl_flags)) in nfs_create_rpc_client()
|
| D | nfs4client.c | 388 __set_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags); in nfs4_init_client() 389 __set_bit(NFS_CS_DISCRTRY, &clp->cl_flags); in nfs4_init_client() 390 __set_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags); in nfs4_init_client() 439 clear_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags); in nfs4_init_client()
|
| D | nfs4state.c | 373 if (!test_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags)) in nfs41_discover_server_trunking()
|
| D | nfs4proc.c | 6279 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid()
|
| /Linux-v5.10/drivers/most/ |
| D | most_cdev.c | 416 unsigned long cl_flags; in comp_probe() local 454 spin_lock_irqsave(&ch_list_lock, cl_flags); in comp_probe() 456 spin_unlock_irqrestore(&ch_list_lock, cl_flags); in comp_probe()
|
| /Linux-v5.10/include/linux/ |
| D | nfs_fs_sb.h | 41 unsigned long cl_flags; /* behavior switches */ member
|