Home
last modified time | relevance | path

Searched refs:FSINODE_ST_FLAGS (Results 1 – 4 of 4) sorted by relevance

/src/usr.sbin/makefs/
H A Dmakefs.h100 #define FSINODE_ST_FLAGS(inode) (inode).st.st_flags macro
102 #define FSINODE_ST_FLAGS(inode) (inode).st_flags macro
H A Dwalk.c544 (unsigned long)FSINODE_ST_FLAGS(*dirnode->inode), in apply_specentry()
546 FSINODE_ST_FLAGS(*dirnode->inode) = specnode->st_flags; in apply_specentry()
H A Dmtree.c537 FSINODE_ST_FLAGS(*node->inode) &= ~flclr; in read_mtree_keywords()
538 FSINODE_ST_FLAGS(*node->inode) |= flset; in read_mtree_keywords()
H A Dffs.c747 dinp->di_flags = FSINODE_ST_FLAGS(*cur->inode); in ffs_build_dinode1()
794 dinp->di_flags = FSINODE_ST_FLAGS(*cur->inode); in ffs_build_dinode2()