Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dnfs_fs.h227 #define NFS_INO_FSCACHE (5) /* inode can be cached by FS-Cache */ macro
287 return test_bit(NFS_INO_FSCACHE, &NFS_I(inode)->flags); in NFS_FSCACHE()
/linux-2.6.39/fs/nfs/
Dfscache.c196 set_bit(NFS_INO_FSCACHE, &NFS_I(inode)->flags); in nfs_fscache_init_inode_cookie()
256 clear_bit(NFS_INO_FSCACHE, &NFS_I(inode)->flags); in nfs_fscache_disable_inode_cookie()