Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ceph/
Dfile.c461 int check_caps = 0; in ceph_sync_write() local
599 check_caps = ceph_inode_set_size(inode, pos); in ceph_sync_write()
600 if (check_caps) in ceph_sync_write()
Dcaps.c2314 int check_caps = 0; in handle_cap_grant() local
2436 check_caps = 1; /* check auth cap only */ in handle_cap_grant()
2438 check_caps = 2; /* check all caps */ in handle_cap_grant()
2468 if (check_caps == 1) in handle_cap_grant()
2471 else if (check_caps == 2) in handle_cap_grant()