Searched refs:cl_flags (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | nfs4recover.c | 176 if (test_and_set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_create_clid_dir() 351 if (!nn->rec_file || !test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_remove_clid_dir() 361 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir() 614 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client() 626 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client() 929 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create() 946 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create() 966 if (!test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_remove() 983 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_remove() 1003 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_check() [all …]
|
D | nfs4callback.c | 830 set_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_probe_callback() 1034 set_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags); in nfsd4_shutdown_callback() 1081 if (test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) in nfsd4_process_cb_update() 1088 BUG_ON(!(clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK)); in nfsd4_process_cb_update() 1089 clear_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_process_cb_update() 1121 if (clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK) in nfsd4_run_cb_work()
|
D | state.h | 327 unsigned long cl_flags; member
|
D | nfs4state.c | 1765 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in unhash_client_locked() 2100 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in add_to_unconfirmed() 2119 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in move_to_confirmed() 3085 &cstate->session->se_client->cl_flags)) in nfsd4_reclaim_complete() 6045 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags)) in nfs4_check_open_reclaim()
|
D | nfs4proc.c | 383 &cstate->session->se_client->cl_flags) && in nfsd4_open()
|
/linux-4.4.14/net/sched/ |
D | sch_hfsc.c | 169 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() 943 cl->cl_flags |= HFSC_RSC; in hfsc_change_rsc() 951 cl->cl_flags |= HFSC_FSC; in hfsc_change_fsc() [all …]
|
/linux-4.4.14/drivers/staging/most/aim-cdev/ |
D | cdev.c | 423 unsigned long cl_flags; in aim_probe() local 462 spin_lock_irqsave(&ch_list_lock, cl_flags); in aim_probe() 464 spin_unlock_irqrestore(&ch_list_lock, cl_flags); in aim_probe()
|
/linux-4.4.14/include/linux/ |
D | nfs_fs_sb.h | 39 unsigned long cl_flags; /* behavior switches */ member
|
/linux-4.4.14/fs/nfs/ |
D | client.c | 401 new->cl_flags = cl_init->init_flags; in nfs_get_client() 489 if (test_bit(NFS_CS_DISCRTRY, &clp->cl_flags)) in nfs_create_rpc_client() 491 if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) in nfs_create_rpc_client() 493 if (test_bit(NFS_CS_NORESVPORT, &clp->cl_flags)) in nfs_create_rpc_client() 495 if (test_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags)) in nfs_create_rpc_client()
|
D | nfs4client.c | 369 __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()
|
D | nfs4proc.c | 5220 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid()
|