Searched refs:check_caps (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/ceph/ |
| H A D | caps.c | 3500 unsigned char check_caps = 0; in handle_cap_grant() local 3694 check_caps = 1; in handle_cap_grant() 3713 check_caps = 1; /* check auth cap only */ in handle_cap_grant() 3715 check_caps = 2; /* check all caps */ in handle_cap_grant() 3732 check_caps = 2; in handle_cap_grant() 3747 check_caps = 1; /* check auth cap only */ in handle_cap_grant() 3749 check_caps = 2; /* check all caps */ in handle_cap_grant() 3800 if (check_caps == 1) in handle_cap_grant() 3802 else if (check_caps == 2) in handle_cap_grant()
|
| H A D | file.c | 1725 bool check_caps = false; in ceph_sync_write() local 2086 check_caps = ceph_inode_set_size(inode, pos); in ceph_sync_write() 2087 if (check_caps) in ceph_sync_write()
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi.h | 339 efx->type->check_caps(efx, \
|
| H A D | net_driver.h | 1330 unsigned int (*check_caps)(const struct efx_nic *efx, member
|
| H A D | siena.c | 1110 .check_caps = siena_check_caps,
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | ef100_nic.c | 1244 .check_caps = ef100_check_caps, 1331 .check_caps = ef100_check_caps,
|
| H A D | mcdi.h | 384 efx->type->check_caps(efx, \
|
| H A D | net_driver.h | 1431 unsigned int (*check_caps)(const struct efx_nic *efx, member
|
| H A D | ef10.c | 4167 .check_caps = ef10_check_caps, 4303 .check_caps = ef10_check_caps, 4430 .check_caps = ef10_check_caps,
|