Home
last modified time | relevance | path

Searched refs:had (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/ceph/
Dcaps.c579 unsigned had = __ceph_caps_issued(ci, NULL); in __check_cap_issue() local
586 (had & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) == 0) { in __check_cap_issue()
596 if ((issued & CEPH_CAP_FILE_SHARED) != (had & CEPH_CAP_FILE_SHARED)) { in __check_cap_issue()
2876 void ceph_put_cap_refs(struct ceph_inode_info *ci, int had) in ceph_put_cap_refs() argument
2882 if (had & CEPH_CAP_PIN) in ceph_put_cap_refs()
2884 if (had & CEPH_CAP_FILE_RD) in ceph_put_cap_refs()
2887 if (had & CEPH_CAP_FILE_CACHE) in ceph_put_cap_refs()
2890 if (had & CEPH_CAP_FILE_BUFFER) { in ceph_put_cap_refs()
2898 if (had & CEPH_CAP_FILE_WR) in ceph_put_cap_refs()
2926 dout("put_cap_refs %p had %s%s%s\n", inode, ceph_cap_string(had), in ceph_put_cap_refs()
Dsuper.h997 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
/linux-4.19.296/fs/befs/
DChangeLog59 they work. I had forgotten all about them. (inode.c, symlink.c) [WD]
321 * Permanently removed code that had been provisionally ifdefed out of befs_fs.h
/linux-4.19.296/fs/reiserfs/
DREADME113 innovation had to be forced past him while he was with us. He added
/linux-4.19.296/lib/
DKconfig.debug603 task has ever had available in the sysrq-T and sysrq-P debug output.