Searched refs:check_caps (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | caps.c | 3424 unsigned char check_caps = 0; in handle_cap_grant() local 3614 check_caps = 1; in handle_cap_grant() 3633 check_caps = 1; /* check auth cap only */ in handle_cap_grant() 3635 check_caps = 2; /* check all caps */ in handle_cap_grant() 3650 check_caps = 2; in handle_cap_grant() 3664 check_caps = 1; /* check auth cap only */ in handle_cap_grant() 3666 check_caps = 2; /* check all caps */ in handle_cap_grant() 3717 if (check_caps == 1) in handle_cap_grant() 3719 else if (check_caps == 2) in handle_cap_grant()
|
H A D | file.c | 1627 bool check_caps = false; in ceph_sync_write() local 1988 check_caps = ceph_inode_set_size(inode, pos); in ceph_sync_write() 1989 if (check_caps) in ceph_sync_write()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi.h | 339 efx->type->check_caps(efx, \
|
H A D | net_driver.h | 1341 unsigned int (*check_caps)(const struct efx_nic *efx, member
|
H A D | siena.c | 1110 .check_caps = siena_check_caps,
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_nic.c | 1249 .check_caps = ef100_check_caps, 1336 .check_caps = ef100_check_caps,
|
H A D | mcdi.h | 392 efx->type->check_caps(efx, \
|
H A D | net_driver.h | 1390 unsigned int (*check_caps)(const struct efx_nic *efx, member
|
H A D | ef10.c | 4164 .check_caps = ef10_check_caps, 4300 .check_caps = ef10_check_caps,
|