Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dnfs_fs.h277 #define NFS_INO_PRESERVE_UNLINKED (4) /* preserve file if removed while open */ macro
/Linux-v6.1/fs/nfs/
Ddir.c1564 test_bit(NFS_INO_PRESERVE_UNLINKED, &NFS_I(inode)->flags))) in nfs_lookup_verify_inode()
2473 if (d_count(dentry) > 1 && !test_bit(NFS_INO_PRESERVE_UNLINKED, in nfs_unlink()
Dnfs4proc.c3056 set_bit(NFS_INO_PRESERVE_UNLINKED, &NFS_I(state->inode)->flags); in _nfs4_open_and_get_state()