Home
last modified time | relevance | path

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

/linux-6.15/net/sched/
H A Dsch_hfsc.c888 cl->cl_flags |= HFSC_RSC; in hfsc_change_rsc()
896 cl->cl_flags |= HFSC_FSC; in hfsc_change_fsc()
905 cl->cl_flags |= HFSC_USC; in hfsc_change_usc()
913 cl->cl_flags |= HFSC_FSC; in hfsc_upgrade_rt()
986 old_flags = cl->cl_flags; in hfsc_change_class()
1233 if (cl->cl_flags & HFSC_RSC) in hfsc_qlen_notify()
1483 if (cl->cl_flags & HFSC_RSC) in hfsc_reset_class()
1485 if (cl->cl_flags & HFSC_FSC) in hfsc_reset_class()
1487 if (cl->cl_flags & HFSC_USC) in hfsc_reset_class()
1576 if (cl->cl_flags & HFSC_RSC) in hfsc_enqueue()
[all …]
/linux-6.15/fs/nfsd/
H A Dnfs4recover.c405 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir()
688 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client()
708 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client()
1124 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create()
1141 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create()
1206 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create_v2()
1244 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_remove()
1287 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_check_v0()
1945 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_umh_cltrack_create()
1970 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_umh_cltrack_remove()
[all …]
H A Dnfs4callback.c1069 if (!test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) { in nfsd4_requeue_cb()
1190 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_down()
1197 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_fault()
1235 set_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_probe_callback()
1499 set_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags); in nfsd4_shutdown_callback()
1557 if (test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) in nfsd4_process_cb_update()
1565 WARN_ON(!(clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK)); in nfsd4_process_cb_update()
1566 clear_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_process_cb_update()
1597 if (clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK) in nfsd4_run_cb_work()
H A Dstate.h454 unsigned long cl_flags; member
H A Dnfs4state.c2419 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in unhash_client_locked()
2768 else if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in client_info_show()
3327 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in add_to_unconfirmed()
3345 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in move_to_confirmed()
4572 if (test_and_set_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &clp->cl_flags)) in nfsd4_reclaim_complete()
8745 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &clp->cl_flags)) in nfs4_check_open_reclaim()
H A Dnfs4proc.c556 !test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags) && in nfsd4_open()
/linux-6.15/fs/nfs/
H 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()
237 __set_bit(NFS_CS_NETUNREACH_FATAL, &clp->cl_flags); in nfs4_alloc_client()
421 int max_connect = test_bit(NFS_CS_PNFS, &clp->cl_flags) ? in nfs4_add_trunk()
476 clear_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags); in nfs4_init_client()
1019 if (test_bit(NFS_CS_NETUNREACH_FATAL, &mds_clp->cl_flags)) in nfs4_set_ds_client()
H A Dclient.c179 clp->cl_flags = cl_init->init_flags; in nfs_alloc_client()
327 test_bit(NFS_CS_DS, &clp->cl_flags)) in nfs_match_client()
537 if (test_bit(NFS_CS_DISCRTRY, &clp->cl_flags)) in nfs_create_rpc_client()
539 if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) in nfs_create_rpc_client()
541 if (test_bit(NFS_CS_NORESVPORT, &clp->cl_flags)) in nfs_create_rpc_client()
543 if (test_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags)) in nfs_create_rpc_client()
545 if (test_bit(NFS_CS_NOPING, &clp->cl_flags)) in nfs_create_rpc_client()
547 if (test_bit(NFS_CS_REUSEPORT, &clp->cl_flags)) in nfs_create_rpc_client()
549 if (test_bit(NFS_CS_NETUNREACH_FATAL, &clp->cl_flags)) in nfs_create_rpc_client()
H A Dnfs3client.c123 if (test_bit(NFS_CS_NETUNREACH_FATAL, &mds_clp->cl_flags)) in nfs3_set_ds_client()
H A Dnfs4state.c378 if (!test_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags)) in nfs41_discover_server_trunking()
H A Dnfs4proc.c6638 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid()
9034 if (test_bit(NFS_CS_PNFS, &clp->cl_flags)) in nfs4_run_exchange_id()
/linux-6.15/drivers/most/
H 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-6.15/include/linux/
H A Dnfs_fs_sb.h42 unsigned long cl_flags; /* behavior switches */ member
/linux-6.15/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1159 if (test_bit(NFS_CS_NETUNREACH_FATAL, &clp->cl_flags)) in ff_layout_async_handle_error_v4()
1210 if (test_bit(NFS_CS_NETUNREACH_FATAL, &clp->cl_flags)) in ff_layout_async_handle_error_v3()