Home
last modified time | relevance | path

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

/fs/ceph/
Dcaps.c2943 int check_caps = 0; in handle_cap_grant() local
3093 check_caps = 1; in handle_cap_grant()
3111 check_caps = 1; /* check auth cap only */ in handle_cap_grant()
3113 check_caps = 2; /* check all caps */ in handle_cap_grant()
3125 check_caps = 2; in handle_cap_grant()
3171 if (check_caps == 1) in handle_cap_grant()
3174 else if (check_caps == 2) in handle_cap_grant()
Dfile.c1050 bool check_caps = false; in ceph_sync_write() local
1137 check_caps = ceph_inode_set_size(inode, pos); in ceph_sync_write()
1138 if (check_caps) in ceph_sync_write()