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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dfile.c606 int check_caps = 0; local
724 check_caps = ceph_inode_set_size(inode, pos);
725 if (check_caps)
H A Dcaps.c1518 dout("check_caps %p file_want %s used %s dirty %s flushing %s"
1541 dout("check_caps trying to invalidate on %p\n", inode);
1545 dout("check_caps queuing invalidate\n");
1549 dout("check_caps failed to invalidate pages\n");
2275 * 1 - check_caps on auth cap only (writeback)
2276 * 2 - check_caps (ack revoke)
2293 int check_caps = 0; variable
2416 check_caps = 1; /* check auth cap only */
2418 check_caps = 2; /* check all caps */
2448 if (check_caps
[all...]

Completed in 78 milliseconds