Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dcaps.c3088 int check_caps = 0; in handle_cap_grant() local
3246 check_caps = 1; in handle_cap_grant()
3264 check_caps = 1; /* check auth cap only */ in handle_cap_grant()
3266 check_caps = 2; /* check all caps */ in handle_cap_grant()
3278 check_caps = 2; in handle_cap_grant()
3292 check_caps = 1; /* check auth cap only */ in handle_cap_grant()
3294 check_caps = 2; /* check all caps */ in handle_cap_grant()
3335 if (check_caps == 1) in handle_cap_grant()
3338 else if (check_caps == 2) in handle_cap_grant()
Dfile.c1136 bool check_caps = false; in ceph_sync_write() local
1223 check_caps = ceph_inode_set_size(inode, pos); in ceph_sync_write()
1224 if (check_caps) in ceph_sync_write()