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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Dcaps.c1469 int file_wanted, used; local
1496 file_wanted = __ceph_caps_file_wanted(ci);
1498 want = file_wanted | used;
1520 ceph_cap_string(file_wanted),
1537 (file_wanted == 0 || /* no open files */
1992 int file_wanted; local
1999 file_wanted = __ceph_caps_file_wanted(ci);
2000 if ((file_wanted & need) == 0) {
2001 dout("try_get_cap_refs need %s file_wanted %s, EBADF\n",
2002 ceph_cap_string(need), ceph_cap_string(file_wanted));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/
H A Dcaps.c1469 int file_wanted, used; local
1496 file_wanted = __ceph_caps_file_wanted(ci);
1498 want = file_wanted | used;
1520 ceph_cap_string(file_wanted),
1537 (file_wanted == 0 || /* no open files */
1992 int file_wanted; local
1999 file_wanted = __ceph_caps_file_wanted(ci);
2000 if ((file_wanted & need) == 0) {
2001 dout("try_get_cap_refs need %s file_wanted %s, EBADF\n",
2002 ceph_cap_string(need), ceph_cap_string(file_wanted));
[all...]

Completed in 117 milliseconds