Home
last modified time | relevance | path

Searched refs:cifs_fscache_enabled (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dfscache.h112 static inline bool cifs_fscache_enabled(struct inode *inode) in cifs_fscache_enabled() function
132 static inline bool cifs_fscache_enabled(struct inode *inode) { return false; } in cifs_fscache_enabled() function
H A Ddir.c205 if (cifs_fscache_enabled(inode) && (oflags & O_ACCMODE) == O_WRONLY)
H A Dfile.c357 if (cifs_fscache_enabled(inode) && (f_flags & O_ACCMODE) == O_WRONLY) in cifs_nt_open()
1036 if (cifs_fscache_enabled(inode) && (cfile->f_flags & O_ACCMODE) == O_WRONLY) in cifs_reopen_file()