Searched refs:un_flag (Results 1 – 2 of 2) sorted by relevance
2236 if ((tvp == unp->un_uppervp && (unp->un_flag & UNIONFS_OPENEXTU)) || in unionfs_openextattr()2237 (tvp == unp->un_lowervp && (unp->un_flag & UNIONFS_OPENEXTL))) in unionfs_openextattr()2246 unp->un_flag |= UNIONFS_OPENEXTU; in unionfs_openextattr()2248 unp->un_flag |= UNIONFS_OPENEXTL; in unionfs_openextattr()2269 if (unp->un_flag & UNIONFS_OPENEXTU) in unionfs_closeextattr()2271 else if (unp->un_flag & UNIONFS_OPENEXTL) in unionfs_closeextattr()2283 unp->un_flag &= ~UNIONFS_OPENEXTU; in unionfs_closeextattr()2285 unp->un_flag &= ~UNIONFS_OPENEXTL; in unionfs_closeextattr()2303 if (unp->un_flag & UNIONFS_OPENEXTU) in unionfs_getextattr()2305 else if (unp->un_flag & UNIONFS_OPENEXTL) in unionfs_getextattr()[all …]
93 int un_flag; /* unionfs node flag */ member