Home
last modified time | relevance | path

Searched refs:ENOATTR (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/fs/erofs/
Dxattr.c75 ret = -ENOATTR; in erofs_init_inode_xattrs()
274 return -ENOATTR; in erofs_getxattr_foreach()
278 return -ENOATTR; in erofs_getxattr_foreach()
281 return -ENOATTR; in erofs_getxattr_foreach()
287 return -ENOATTR; in erofs_getxattr_foreach()
304 return -ENOATTR; in erofs_getxattr_foreach()
332 return -ENOATTR; in erofs_xattr_iter_inline()
358 if ((getxattr && ret != -ENOATTR) || (!getxattr && ret)) in erofs_xattr_iter_inline()
373 int ret = -ENOATTR; in erofs_xattr_iter_shared()
387 if ((getxattr && ret != -ENOATTR) || (!getxattr && ret)) in erofs_xattr_iter_shared()
[all …]
Dxattr.h14 #define ENOATTR ENODATA macro
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_attr.c230 return -ENOATTR; in xfs_attr_get_ilocked()
737 if (error == -ENOATTR && in xfs_attr_set_iter()
863 return -ENOATTR; in xfs_attr_lookup()
1052 case -ENOATTR: in xfs_attr_set()
1121 case -ENOATTR: in xfs_attr_shortform_addname()
1220 case -ENOATTR: in xfs_attr_leaf_try_add()
1264 if (error != -ENOATTR && error != -EEXIST) in xfs_attr_leaf_hasname()
1292 if (error == -ENOATTR) { in xfs_attr_leaf_removename()
1331 if (error == -ENOATTR) { in xfs_attr_leaf_get()
1379 case -ENOATTR: in xfs_attr_node_addname_find_attr()
Dxfs_attr_leaf.c741 return -ENOATTR; in xfs_attr_sf_findname()
835 if (error == -ENOATTR && (args->op_flags & XFS_DA_OP_RECOVERY)) in xfs_attr_sf_removename()
900 return -ENOATTR; in xfs_attr_shortform_lookup()
928 return -ENOATTR; in xfs_attr_shortform_getvalue()
988 ASSERT(error == -ENOATTR); in xfs_attr_shortform_to_leaf()
2469 return -ENOATTR; in xfs_attr3_leaf_lookup_int()
2502 return -ENOATTR; in xfs_attr3_leaf_lookup_int()
Dxfs_da_btree.c1745 if (((retval == -ENOENT) || (retval == -ENOATTR)) && in xfs_da3_node_lookup_int()
1755 retval = -ENOATTR; in xfs_da3_node_lookup_int()
/linux-6.6.21/fs/xfs/
Dxfs_acl.c166 } else if (error != -ENOATTR) { in xfs_get_acl()
212 if (!acl && error == -ENOATTR) in __xfs_set_acl()
Dxfs_linux.h124 #define ENOATTR ENODATA /* Attribute not found */ macro