Searched refs:P9FS_NODE_DELETED (Results 1 – 3 of 3) sorted by relevance
115 #define P9FS_NODE_DELETED 0x4 /* indicating file or directory delete */ macro
287 node->flags |= P9FS_NODE_DELETED; in p9fs_vget_common()
109 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()