Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfs4recover.c176 if (test_and_set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_create_clid_dir()
345 if (!nn->rec_file || !test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_remove_clid_dir()
355 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir()
609 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client()
621 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client()
924 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create()
941 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create()
961 if (!test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_remove()
978 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_remove()
998 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_check()
[all …]
Dnfs4callback.c830 set_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_probe_callback()
972 set_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags); in nfsd4_shutdown_callback()
1019 if (test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) in nfsd4_process_cb_update()
1026 BUG_ON(!(clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK)); in nfsd4_process_cb_update()
1027 clear_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_process_cb_update()
1059 if (clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK) in nfsd4_run_cb_work()
Dstate.h325 unsigned long cl_flags; member
Dnfs4state.c1747 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in unhash_client_locked()
2082 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in add_to_unconfirmed()
2101 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in move_to_confirmed()
3061 &cstate->session->se_client->cl_flags)) in nfsd4_reclaim_complete()
5967 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags)) in nfs4_check_open_reclaim()
Dnfs4proc.c384 &cstate->session->se_client->cl_flags) && in nfsd4_open()
/linux-4.1.27/net/sched/
Dsch_hfsc.c169 unsigned long cl_flags; /* which curves are valid */ member
740 if (cl->cl_flags & HFSC_USC) { in init_vf()
770 if (cl->qdisc->q.qlen == 0 && cl->cl_flags & HFSC_FSC) in update_vf()
776 if (!(cl->cl_flags & HFSC_FSC) || cl->cl_nactive == 0) in update_vf()
819 if (cl->cl_flags & HFSC_USC) { in update_vf()
856 if (cl->cl_flags & HFSC_RSC) in set_active()
858 if (cl->cl_flags & HFSC_FSC) in set_active()
867 if (cl->cl_flags & HFSC_RSC) in set_passive()
942 cl->cl_flags |= HFSC_RSC; in hfsc_change_rsc()
950 cl->cl_flags |= HFSC_FSC; in hfsc_change_fsc()
[all …]
/linux-4.1.27/include/linux/
Dnfs_fs_sb.h39 unsigned long cl_flags; /* behavior switches */ member
/linux-4.1.27/fs/nfs/
Dclient.c510 new->cl_flags = cl_init->init_flags; in nfs_get_client()
598 if (test_bit(NFS_CS_DISCRTRY, &clp->cl_flags)) in nfs_create_rpc_client()
600 if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) in nfs_create_rpc_client()
602 if (test_bit(NFS_CS_NORESVPORT, &clp->cl_flags)) in nfs_create_rpc_client()
604 if (test_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags)) in nfs_create_rpc_client()
Dnfs4client.c369 __set_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags); in nfs4_init_client()
370 __set_bit(NFS_CS_DISCRTRY, &clp->cl_flags); in nfs4_init_client()
371 __set_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags); in nfs4_init_client()
Dnfs4proc.c5077 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid()