Searched refs:check_caps (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ceph/ |
| H A D | caps.c | 3501 unsigned char check_caps = 0; in handle_cap_grant() local 3695 check_caps = 1; in handle_cap_grant() 3714 check_caps = 1; /* check auth cap only */ in handle_cap_grant() 3716 check_caps = 2; /* check all caps */ in handle_cap_grant() 3733 check_caps = 2; in handle_cap_grant() 3748 check_caps = 1; /* check auth cap only */ in handle_cap_grant() 3750 check_caps = 2; /* check all caps */ in handle_cap_grant() 3801 if (check_caps == 1) in handle_cap_grant() 3803 else if (check_caps == 2) in handle_cap_grant()
|
| H A D | file.c | 1719 bool check_caps = false; in ceph_sync_write() local 2079 check_caps = ceph_inode_set_size(inode, pos); in ceph_sync_write() 2080 if (check_caps) in ceph_sync_write()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi.h | 339 efx->type->check_caps(efx, \
|
| H A D | net_driver.h | 1328 unsigned int (*check_caps)(const struct efx_nic *efx, member
|
| /linux/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 | 1429 unsigned int (*check_caps)(const struct efx_nic *efx, member
|
| H A D | ef10.c | 4166 .check_caps = ef10_check_caps, 4302 .check_caps = ef10_check_caps, 4429 .check_caps = ef10_check_caps,
|