Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dfscache.c313 clear_bit(NFS_INO_FSCACHE, &nfsi->flags); in nfs_fscache_open_file()
321 set_bit(NFS_INO_FSCACHE, &NFS_I(inode)->flags); in nfs_fscache_open_file()
Dnfstrace.h68 TRACE_DEFINE_ENUM(NFS_INO_FSCACHE);
81 { BIT(NFS_INO_FSCACHE), "FSCACHE" }, \
/Linux-v5.4/include/linux/
Dnfs_fs.h242 #define NFS_INO_FSCACHE (5) /* inode can be cached by FS-Cache */ macro