Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dfile.c636 int check_caps = 0; in ceph_sync_direct_write() local
715 check_caps = ceph_inode_set_size(inode, pos); in ceph_sync_direct_write()
716 if (check_caps) in ceph_sync_direct_write()
753 int check_caps = 0; in ceph_sync_write() local
843 check_caps = ceph_inode_set_size(inode, pos); in ceph_sync_write()
844 if (check_caps) in ceph_sync_write()
Dcaps.c2768 int check_caps = 0; in handle_cap_grant() local
2908 check_caps = 1; in handle_cap_grant()
2926 check_caps = 1; /* check auth cap only */ in handle_cap_grant()
2928 check_caps = 2; /* check all caps */ in handle_cap_grant()
2940 check_caps = 2; in handle_cap_grant()
2989 if (check_caps == 1) in handle_cap_grant()
2992 else if (check_caps == 2) in handle_cap_grant()