Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A 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 …]
H A Dxattr.h14 #define ENOATTR ENODATA macro
/openbmc/qemu/include/qemu/
H A Dxattr.h25 # if !defined(ENOATTR)
26 # define ENOATTR ENODATA macro
/openbmc/linux/fs/xfs/libxfs/
H A 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()
H A 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()
992 ASSERT(error == -ENOATTR); in xfs_attr_shortform_to_leaf()
2473 return -ENOATTR; in xfs_attr3_leaf_lookup_int()
2506 return -ENOATTR; in xfs_attr3_leaf_lookup_int()
H A Dxfs_da_btree.c1745 if (((retval == -ENOENT) || (retval == -ENOATTR)) && in xfs_da3_node_lookup_int()
1755 retval = -ENOATTR; in xfs_da3_node_lookup_int()
/openbmc/qemu/hw/9pfs/
H A D9p-posix-acl.c72 if (ret == -1 && errno == ENOATTR) { in mp_pacl_removexattr()
126 if (ret == -1 && errno == ENOATTR) { in mp_dacl_removexattr()
H A D9p-xattr-user.c33 errno = ENOATTR; in mp_user_getxattr()
H A D9p-util.h80 } else if (err == ENOATTR) { in errno_to_dotl()
/openbmc/linux/fs/xfs/
H A Dxfs_acl.c166 } else if (error != -ENOATTR) { in xfs_get_acl()
212 if (!acl && error == -ENOATTR) in __xfs_set_acl()
H A Dxfs_linux.h124 #define ENOATTR ENODATA /* Attribute not found */ macro