Home
last modified time | relevance | path

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

/fs/ceph/
Dcaps.c3345 unsigned char check_caps = 0; in handle_cap_grant() local
3519 check_caps = 1; in handle_cap_grant()
3538 check_caps = 1; /* check auth cap only */ in handle_cap_grant()
3540 check_caps = 2; /* check all caps */ in handle_cap_grant()
3555 check_caps = 2; in handle_cap_grant()
3569 check_caps = 1; /* check auth cap only */ in handle_cap_grant()
3571 check_caps = 2; /* check all caps */ in handle_cap_grant()
3622 if (check_caps == 1) in handle_cap_grant()
3625 else if (check_caps == 2) in handle_cap_grant()
Dfile.c1487 bool check_caps = false; in ceph_sync_write() local
1577 check_caps = ceph_inode_set_size(inode, pos); in ceph_sync_write()
1578 if (check_caps) in ceph_sync_write()