Searched refs:CHECK_CAPS_NODELAY (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 Dcaps.c1456 * CHECK_CAPS_NODELAY - caller is delayed work and we should not delay
1478 int is_delayed = flags & CHECK_CAPS_NODELAY;
1526 (flags & CHECK_CAPS_NODELAY) ? " NODELAY" : "",
2449 ceph_check_caps(ci, CHECK_CAPS_NODELAY|CHECK_CAPS_AUTHONLY,
2452 ceph_check_caps(ci, CHECK_CAPS_NODELAY, session);
2795 ceph_check_caps(ceph_inode(inode), CHECK_CAPS_NODELAY, local
2863 int flags = CHECK_CAPS_NODELAY;
2923 ceph_check_caps(ci, CHECK_CAPS_NODELAY|CHECK_CAPS_FLUSH,
H A Dsuper.h197 #define CHECK_CAPS_NODELAY 1 /* do not delay any further */ macro

Completed in 102 milliseconds