Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnfs_fs.h316 #define NFS_INO_PRESERVE_UNLINKED (4) /* preserve file if removed while open */ macro
/openbmc/linux/fs/nfs/
H A Ddir.c1574 test_bit(NFS_INO_PRESERVE_UNLINKED, &NFS_I(inode)->flags))) in nfs_lookup_verify_inode()
2507 if (d_count(dentry) > 1 && !test_bit(NFS_INO_PRESERVE_UNLINKED, in nfs_unlink()
H A Dnfs4proc.c3067 set_bit(NFS_INO_PRESERVE_UNLINKED, &NFS_I(state->inode)->flags); in _nfs4_open_and_get_state()