Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dcache.h23 void ceph_fscache_use_cookie(struct inode *inode, bool will_modify);
97 static inline void ceph_fscache_use_cookie(struct inode *inode, bool will_modify) in ceph_fscache_use_cookie() argument
H A Dcache.c48 void ceph_fscache_use_cookie(struct inode *inode, bool will_modify) in ceph_fscache_use_cookie() argument
52 fscache_use_cookie(ceph_fscache_cookie(ci), will_modify); in ceph_fscache_use_cookie()
/openbmc/linux/fs/fscache/
H A Dcookie.c548 static bool fscache_begin_lookup(struct fscache_cookie *cookie, bool will_modify) in fscache_begin_lookup() argument
550 if (will_modify) { in fscache_begin_lookup()
569 void __fscache_use_cookie(struct fscache_cookie *cookie, bool will_modify) in __fscache_use_cookie() argument
586 will_modify ? in __fscache_use_cookie()
593 queue = fscache_begin_lookup(cookie, will_modify); in __fscache_use_cookie()
598 if (will_modify) in __fscache_use_cookie()
603 if (will_modify && in __fscache_use_cookie()
/openbmc/linux/include/linux/
H A Dfscache.h269 bool will_modify) in fscache_use_cookie() argument
272 __fscache_use_cookie(cookie, will_modify); in fscache_use_cookie()
/openbmc/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst196 bool will_modify);