| /linux/net/sched/ |
| H A D | sch_hfsc.c | 162 u8 cl_flags; /* which curves are valid */ member 180 return ((cl->cl_flags & HFSC_FSC) && cl->cl_nactive) || in cl_in_el_or_vttree() 181 ((cl->cl_flags & HFSC_RSC) && !RB_EMPTY_NODE(&cl->el_node)); in cl_in_el_or_vttree() 727 if (cl->cl_flags & HFSC_USC) { in init_vf() 756 if (cl->qdisc->q.qlen == 0 && cl->cl_flags & HFSC_FSC) in update_vf() 762 if (!(cl->cl_flags & HFSC_FSC) || cl->cl_nactive == 0) in update_vf() 803 if (cl->cl_flags & HFSC_USC) { in update_vf() 877 cl->cl_flags |= HFSC_RSC; in hfsc_change_rsc() 885 cl->cl_flags |= HFSC_FSC; in hfsc_change_fsc() 894 cl->cl_flags |= HFSC_USC; in hfsc_change_usc() [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfs4recover.c | 131 if (test_and_set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_create_clid_dir() 302 if (!nn->rec_file || !test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_remove_clid_dir() 310 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir() 590 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client() 606 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client() 1009 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create() 1026 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create() 1048 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create_v2() 1076 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create_v2() 1096 if (!test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_remove() [all …]
|
| H A D | nfs4callback.c | 1097 if (!test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) { in nfsd4_requeue_cb() 1218 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_down() 1225 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_fault() 1263 set_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_probe_callback() 1620 set_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags); in nfsd4_shutdown_callback() 1678 if (test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) in nfsd4_process_cb_update() 1686 WARN_ON(!(clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK)); in nfsd4_process_cb_update() 1687 clear_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_process_cb_update() 1718 if (clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK) in nfsd4_run_cb_work()
|
| H A D | state.h | 485 unsigned long cl_flags; member
|
| H A D | nfs4state.c | 2460 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in unhash_client_locked() 2809 else if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in client_info_show() 3370 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in add_to_unconfirmed() 3388 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in move_to_confirmed() 4622 if (test_and_set_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &clp->cl_flags)) in nfsd4_reclaim_complete() 8927 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &clp->cl_flags)) in nfs4_check_open_reclaim()
|
| H A D | nfs4proc.c | 585 !test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags) && in nfsd4_open()
|
| /linux/fs/nfs/ |
| H A D | nfs4client.c | 222 __set_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags); in nfs4_alloc_client() 223 __set_bit(NFS_CS_DISCRTRY, &clp->cl_flags); in nfs4_alloc_client() 224 __set_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags); in nfs4_alloc_client() 226 __set_bit(NFS_CS_PNFS, &clp->cl_flags); in nfs4_alloc_client() 228 __set_bit(NFS_CS_NETUNREACH_FATAL, &clp->cl_flags); in nfs4_alloc_client() 386 int max_connect = test_bit(NFS_CS_PNFS, &clp->cl_flags) ? in nfs4_add_trunk() 441 clear_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags); in nfs4_init_client() 838 if (test_bit(NFS_CS_NETUNREACH_FATAL, &mds_clp->cl_flags)) in nfs4_set_ds_client()
|
| H A D | client.c | 179 clp->cl_flags = cl_init->init_flags; in nfs_alloc_client() 327 test_bit(NFS_CS_DS, &clp->cl_flags)) in nfs_match_client() 545 if (test_bit(NFS_CS_DISCRTRY, &clp->cl_flags)) in nfs_create_rpc_client() 547 if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) in nfs_create_rpc_client() 549 if (test_bit(NFS_CS_NORESVPORT, &clp->cl_flags)) in nfs_create_rpc_client() 551 if (test_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags)) in nfs_create_rpc_client() 553 if (test_bit(NFS_CS_NOPING, &clp->cl_flags)) in nfs_create_rpc_client() 555 if (test_bit(NFS_CS_REUSEPORT, &clp->cl_flags)) in nfs_create_rpc_client() 557 if (test_bit(NFS_CS_NETUNREACH_FATAL, &clp->cl_flags)) in nfs_create_rpc_client()
|
| H A D | nfs3client.c | 133 if (test_bit(NFS_CS_NETUNREACH_FATAL, &mds_clp->cl_flags)) in nfs3_set_ds_client()
|
| H A D | nfs4state.c | 328 if (!test_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags)) in nfs41_discover_server_trunking()
|
| H A D | nfs4proc.c | 6579 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid() 8761 if (test_bit(NFS_CS_PNFS, &clp->cl_flags)) in nfs4_run_exchange_id()
|
| /linux/drivers/most/ |
| H A D | most_cdev.c | 417 unsigned long cl_flags; in comp_probe() local 455 spin_lock_irqsave(&ch_list_lock, cl_flags); in comp_probe() 457 spin_unlock_irqrestore(&ch_list_lock, cl_flags); in comp_probe()
|
| /linux/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.c | 1366 if (test_bit(NFS_CS_NETUNREACH_FATAL, &clp->cl_flags)) in ff_layout_async_handle_error_v4() 1446 if (test_bit(NFS_CS_NETUNREACH_FATAL, &clp->cl_flags)) in ff_layout_async_handle_error_v3()
|