Home
last modified time | relevance | path

Searched refs:check_caps (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dmcdi.h337 efx->type->check_caps(efx, \
Def100_nic.c714 .check_caps = ef100_check_caps,
798 .check_caps = ef100_check_caps,
Dnet_driver.h1377 unsigned int (*check_caps)(const struct efx_nic *efx, member
Dsiena.c1099 .check_caps = siena_check_caps,
Def10.c4102 .check_caps = ef10_check_caps,
4238 .check_caps = ef10_check_caps,
/kernel/linux/linux-5.10/fs/ceph/
Dcaps.c3365 unsigned char check_caps = 0; in handle_cap_grant() local
3534 check_caps = 1; in handle_cap_grant()
3553 check_caps = 1; /* check auth cap only */ in handle_cap_grant()
3555 check_caps = 2; /* check all caps */ in handle_cap_grant()
3567 check_caps = 2; in handle_cap_grant()
3624 if (check_caps == 1) in handle_cap_grant()
3627 else if (check_caps == 2) in handle_cap_grant()
Dfile.c1430 bool check_caps = false; in ceph_sync_write() local
1520 check_caps = ceph_inode_set_size(inode, pos); in ceph_sync_write()
1521 if (check_caps) in ceph_sync_write()