Searched refs:IN_RENAME (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/fs/ext2fs/
H A Dinode.h157 #define IN_RENAME 0x0010 /* Inode is being renamed. */ macro
H A Dext2_vnops.c854 (ip->i_flag & IN_RENAME)) {
859 ip->i_flag |= IN_RENAME;
1044 * From name has disappeared. IN_RENAME is not sufficient
1058 * The IN_RENAME flag ensures that it cannot be moved by another
1063 * From name resolves to a different inode. IN_RENAME is
1117 xp->i_flag &= ~IN_RENAME;
1132 ip->i_flag &= ~IN_RENAME;
1136 ip->i_flag &= ~IN_RENAME;
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs.h295 #define IN_RENAME 0x0010 /* node is being renamed. */ macro
306 "\10\1IN_ACCESS\2IN_CHANGE\3IN_UPDATE\4IN_MODIFIED\5IN_RENAME"
H A Dnandfs_vnops.c1606 (fnode->nn_flags & IN_RENAME)) {
1611 fnode->nn_flags |= IN_RENAME;
1771 * The IN_RENAME flag ensures that it cannot be moved by another
1799 fnode->nn_flags &= ~IN_RENAME;
1815 fnode->nn_flags &= ~IN_RENAME;
1819 fnode->nn_flags &= ~IN_RENAME;

Completed in 136 milliseconds