Searched refs:XFS_ATTR_LOCAL (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr_leaf.h127 #define XFS_ATTR_LOCAL (1 << XFS_ATTR_LOCAL_BIT) macro
H A Dxfs_attr_leaf.c722 if (!(entry->flags & XFS_ATTR_LOCAL))
808 ASSERT(entry->flags & XFS_ATTR_LOCAL);
1102 entry->flags = tmp ? XFS_ATTR_LOCAL : 0;
1128 if (entry->flags & XFS_ATTR_LOCAL) {
1972 if (entry->flags & XFS_ATTR_LOCAL) {
2031 if (entry->flags & XFS_ATTR_LOCAL) {
2272 if (leaf->entries[index].flags & XFS_ATTR_LOCAL) {
2384 if (entry->flags & XFS_ATTR_LOCAL) {
2520 if (entry->flags & XFS_ATTR_LOCAL) {
2539 ASSERT((entry->flags & XFS_ATTR_LOCAL)
[all...]
H A Dxfsidbg.c4879 if (e->flags & XFS_ATTR_LOCAL)
4887 k = ~(XFS_ATTR_LOCAL | XFS_ATTR_ROOT |
4892 if (e->flags & XFS_ATTR_LOCAL) {

Completed in 125 milliseconds