Searched refs:will_modify (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ceph/
H A Dcache.h23 void ceph_fscache_use_cookie(struct inode *inode, bool will_modify);
78 static inline void ceph_fscache_use_cookie(struct inode *inode, bool will_modify) argument
H A Dcache.c48 void ceph_fscache_use_cookie(struct inode *inode, bool will_modify) argument
52 fscache_use_cookie(ceph_fscache_cookie(ci), will_modify); local
/linux-master/fs/netfs/
H A Dfscache_cookie.c548 static bool fscache_begin_lookup(struct fscache_cookie *cookie, bool will_modify) argument
550 if (will_modify) {
569 void __fscache_use_cookie(struct fscache_cookie *cookie, bool will_modify) argument
586 will_modify ?
593 queue = fscache_begin_lookup(cookie, will_modify);
598 if (will_modify)
603 if (will_modify &&
/linux-master/include/linux/
H A Dfscache.h262 * @will_modify: If cache is expected to be modified locally
269 bool will_modify)
272 __fscache_use_cookie(cookie, will_modify);
268 fscache_use_cookie(struct fscache_cookie *cookie, bool will_modify) argument

Completed in 107 milliseconds