Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9fs.h115 #define P9FS_NODE_DELETED 0x4 /* indicating file or directory delete */ macro
H A Dp9fs_vfsops.c287 node->flags |= P9FS_NODE_DELETED; in p9fs_vget_common()
H A Dp9fs_vnops.c109 if ((np->flags & P9FS_NODE_DELETED) == 0) in p9fs_cleanup()
168 if (np->flags & P9FS_NODE_DELETED) in p9fs_inactive()
1529 np->flags |= P9FS_NODE_DELETED; in remove_common()