Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfsd/
Dnfs4recover.c182 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 …]
Dnfs4callback.c836 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()
Dstate.h329 unsigned long cl_flags; member
Dnfs4state.c1873 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()
Dnfs4proc.c374 &cstate->session->se_client->cl_flags) && in nfsd4_open()
/Linux-v4.19/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()
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/
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-v4.19/fs/nfs/
Dclient.c424 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()
Dnfs4client.c385 __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()
Dnfs4state.c377 if (!test_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags)) in nfs41_discover_server_trunking()
Dnfs4proc.c5904 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid()
/Linux-v4.19/include/linux/
Dnfs_fs_sb.h41 unsigned long cl_flags; /* behavior switches */ member