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

/linux-master/fs/smb/client/
H A Dfscache.h112 static inline bool cifs_fscache_enabled(struct inode *inode) function
132 static inline bool cifs_fscache_enabled(struct inode *inode) { return false; } 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)
1036 if (cifs_fscache_enabled(inode) && (cfile->f_flags & O_ACCMODE) == O_WRONLY)

Completed in 111 milliseconds