Home
last modified time | relevance | path

Searched refs:cl_flags (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/net/sched/
Dsch_hfsc.c163 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.4/fs/nfsd/
Dnfs4recover.c208 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()
1112 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create()
1129 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create()
1154 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create_v2()
1197 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create_v2()
1218 if (!test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_remove()
[all …]
Dnfs4callback.c916 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_down()
924 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_fault()
955 set_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_probe_callback()
1165 set_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags); in nfsd4_shutdown_callback()
1212 if (test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) in nfsd4_process_cb_update()
1219 BUG_ON(!(clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK)); in nfsd4_process_cb_update()
1220 clear_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_process_cb_update()
1252 if (clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK) in nfsd4_run_cb_work()
Dstate.h335 unsigned long cl_flags; member
Dnfs4state.c1970 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in unhash_client_locked()
2679 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in add_to_unconfirmed()
2698 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in move_to_confirmed()
3773 &cstate->session->se_client->cl_flags)) in nfsd4_reclaim_complete()
6990 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags)) in nfs4_check_open_reclaim()
Dnfs4proc.c375 &cstate->session->se_client->cl_flags) && in nfsd4_open()
/Linux-v5.4/drivers/staging/most/cdev/
Dcdev.c431 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-v5.4/fs/nfs/
Dclient.c421 new->cl_flags = cl_init->init_flags; in nfs_get_client()
510 if (test_bit(NFS_CS_DISCRTRY, &clp->cl_flags)) in nfs_create_rpc_client()
512 if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) in nfs_create_rpc_client()
514 if (test_bit(NFS_CS_NORESVPORT, &clp->cl_flags)) in nfs_create_rpc_client()
516 if (test_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags)) in nfs_create_rpc_client()
Dnfs4client.c389 __set_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags); in nfs4_init_client()
390 __set_bit(NFS_CS_DISCRTRY, &clp->cl_flags); in nfs4_init_client()
391 __set_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags); in nfs4_init_client()
440 clear_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags); in nfs4_init_client()
Dnfs4state.c374 if (!test_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags)) in nfs41_discover_server_trunking()
Dnfs4proc.c6083 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid()
/Linux-v5.4/include/linux/
Dnfs_fs_sb.h41 unsigned long cl_flags; /* behavior switches */ member