Home
last modified time | relevance | path

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

/linux/net/sched/
A Dsch_hfsc.c885 cl->cl_flags |= HFSC_RSC; in hfsc_change_rsc()
893 cl->cl_flags |= HFSC_FSC; in hfsc_change_fsc()
902 cl->cl_flags |= HFSC_USC; in hfsc_change_usc()
910 cl->cl_flags |= HFSC_FSC; in hfsc_upgrade_rt()
982 old_flags = cl->cl_flags; in hfsc_change_class()
1224 if (cl->cl_flags & HFSC_RSC) in hfsc_qlen_notify()
1474 if (cl->cl_flags & HFSC_RSC) in hfsc_reset_class()
1476 if (cl->cl_flags & HFSC_FSC) in hfsc_reset_class()
1478 if (cl->cl_flags & HFSC_USC) in hfsc_reset_class()
1564 if (cl->cl_flags & HFSC_RSC) in hfsc_enqueue()
[all …]
/linux/fs/nfsd/
A Dnfs4recover.c403 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir()
685 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client()
705 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client()
1121 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create()
1138 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create()
1203 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create_v2()
1241 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_remove()
1284 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_check_v0()
1942 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_umh_cltrack_create()
1967 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_umh_cltrack_remove()
[all …]
A Dnfs4callback.c1104 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_down()
1111 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_fault()
1149 set_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_probe_callback()
1320 if (!test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) { in nfsd4_cb_sequence_done()
1387 set_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags); in nfsd4_shutdown_callback()
1445 if (test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) in nfsd4_process_cb_update()
1453 WARN_ON(!(clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK)); in nfsd4_process_cb_update()
1454 clear_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_process_cb_update()
1485 if (clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK) in nfsd4_run_cb_work()
A Dstate.h413 unsigned long cl_flags; member
A Dnfs4state.c2358 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in unhash_client_locked()
2702 else if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in client_info_show()
3079 clear_bit(NFSD4_CLIENT_CB_RECALL_ANY, &clp->cl_flags); in nfsd4_cb_recall_any_release()
3236 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in add_to_unconfirmed()
3254 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in move_to_confirmed()
4415 if (test_and_set_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &clp->cl_flags)) in nfsd4_reclaim_complete()
6677 test_bit(NFSD4_CLIENT_CB_RECALL_ANY, &clp->cl_flags) || in deleg_reaper()
6686 set_bit(NFSD4_CLIENT_CB_RECALL_ANY, &clp->cl_flags); in deleg_reaper()
8539 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &clp->cl_flags)) in nfs4_check_open_reclaim()
A Dnfs4proc.c554 !test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags) && in nfsd4_open()
/linux/fs/nfs/
A Dclient.c175 clp->cl_flags = cl_init->init_flags; in nfs_alloc_client()
323 test_bit(NFS_CS_DS, &clp->cl_flags)) in nfs_match_client()
533 if (test_bit(NFS_CS_DISCRTRY, &clp->cl_flags)) in nfs_create_rpc_client()
535 if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) in nfs_create_rpc_client()
537 if (test_bit(NFS_CS_NORESVPORT, &clp->cl_flags)) in nfs_create_rpc_client()
539 if (test_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags)) in nfs_create_rpc_client()
541 if (test_bit(NFS_CS_NOPING, &clp->cl_flags)) in nfs_create_rpc_client()
543 if (test_bit(NFS_CS_REUSEPORT, &clp->cl_flags)) in nfs_create_rpc_client()
A Dnfs4client.c231 __set_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags); in nfs4_alloc_client()
232 __set_bit(NFS_CS_DISCRTRY, &clp->cl_flags); in nfs4_alloc_client()
233 __set_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags); in nfs4_alloc_client()
235 __set_bit(NFS_CS_PNFS, &clp->cl_flags); in nfs4_alloc_client()
419 int max_connect = test_bit(NFS_CS_PNFS, &clp->cl_flags) ? in nfs4_add_trunk()
474 clear_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags); in nfs4_init_client()
A Dlocalio.c55 return !!test_bit(NFS_CS_LOCAL_IO, &clp->cl_flags); in nfs_client_is_local()
126 set_bit(NFS_CS_LOCAL_IO, &clp->cl_flags); in nfs_local_enable()
137 if (test_and_clear_bit(NFS_CS_LOCAL_IO, &clp->cl_flags)) { in nfs_local_disable()
A Dnfs4state.c378 if (!test_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags)) in nfs41_discover_server_trunking()
A Dnfs4proc.c6590 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid()
8979 if (test_bit(NFS_CS_PNFS, &clp->cl_flags)) in nfs4_run_exchange_id()
/linux/drivers/most/
A Dmost_cdev.c417 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/include/linux/
A Dnfs_fs_sb.h42 unsigned long cl_flags; /* behavior switches */ member

Completed in 82 milliseconds