Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 15 of 15) sorted by relevance

/fs/ext2/
Dxattr.c203 int error, not_found; in ext2_xattr_get() local
243 not_found = ext2_xattr_cmp_entry(name_index, name_len, name, in ext2_xattr_get()
245 if (!not_found) in ext2_xattr_get()
247 if (not_found < 0) in ext2_xattr_get()
415 int not_found = 1, error; in ext2_xattr_set() local
474 if (not_found > 0) { in ext2_xattr_set()
475 not_found = ext2_xattr_cmp_entry(name_index, in ext2_xattr_set()
478 if (not_found <= 0) in ext2_xattr_set()
483 if (not_found > 0) in ext2_xattr_set()
494 if (not_found) { in ext2_xattr_set()
[all …]
/fs/ext4/
Dxattr.c1591 old_size = (!s->not_found && !here->e_value_inum) ? in ext4_xattr_set_entry()
1635 if (!s->not_found) in ext4_xattr_set_entry()
1662 if (!s->not_found && here->e_value_inum) { in ext4_xattr_set_entry()
1715 if (!s->not_found && here->e_value_size && !here->e_value_inum) { in ext4_xattr_set_entry()
1759 } else if (s->not_found) { in ext4_xattr_set_entry()
1873 bs->s.not_found = error; in ext4_xattr_block_find()
1962 if (!s->not_found && s->here->e_value_inum) { in ext4_xattr_block_set()
2229 is->s.not_found = error; in ext4_xattr_ibody_find()
2316 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle()
2319 .s = { .not_found = -ENODATA, }, in ext4_xattr_set_handle()
[all …]
Dinline.c141 .s = { .not_found = -ENODATA, }, in ext4_find_inline_data_nolock()
160 if (!is.s.not_found) { in ext4_find_inline_data_nolock()
268 .s = { .not_found = -ENODATA, }, in ext4_create_inline_data()
300 BUG_ON(!is.s.not_found); in ext4_create_inline_data()
332 .s = { .not_found = -ENODATA, }, in ext4_update_inline_data()
351 BUG_ON(is.s.not_found); in ext4_update_inline_data()
421 .s = { .not_found = 0, }, in ext4_destroy_inline_data_nolock()
1947 .s = { .not_found = -ENODATA, }, in ext4_inline_data_truncate()
1985 BUG_ON(is.s.not_found); in ext4_inline_data_truncate()
Dxattr.h124 int not_found; member
/fs/iomap/
Dseek.c107 goto not_found; in page_cache_seek_hole_data()
112 not_found: in page_cache_seek_hole_data()
/fs/ocfs2/
Dxattr.c131 int not_found; member
1229 if (xs->not_found) { in ocfs2_xattr_block_get()
1291 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
1294 .not_found = -ENODATA, in ocfs2_xattr_get_nolock()
2710 xs->not_found = ret; in ocfs2_xattr_ibody_find()
2792 xs->not_found ? NULL : xs->here); in ocfs2_xattr_ibody_set()
2852 xs->not_found = ret; in ocfs2_xattr_block_find()
2981 xs->not_found ? NULL : xs->here); in ocfs2_xattr_block_set()
3027 BUG_ON(!xs->not_found); in ocfs2_xattr_can_be_in_inode()
3065 if (xis->not_found && xbs->not_found) { in ocfs2_calc_xattr_set_need()
[all …]
/fs/ocfs2/dlm/
Ddlmunlock.c438 goto not_found; in dlm_unlock_lock_handler()
482 goto not_found; in dlm_unlock_lock_handler()
509 not_found: in dlm_unlock_lock_handler()
/fs/
Dfs_parser.c33 const char *name, int not_found) in __lookup_constant() argument
41 return not_found; in __lookup_constant()
/fs/afs/
Ddir.c1059 goto not_found; in afs_d_revalidate()
1085 goto not_found; in afs_d_revalidate()
1090 goto not_found; in afs_d_revalidate()
1101 goto not_found; in afs_d_revalidate()
1112 goto not_found; in afs_d_revalidate()
1120 goto not_found; in afs_d_revalidate()
1126 goto not_found; in afs_d_revalidate()
1137 not_found: in afs_d_revalidate()
/fs/ntfs/
Dattrib.c893 goto not_found; in ntfs_external_attr_find()
917 goto not_found; in ntfs_external_attr_find()
926 goto not_found; in ntfs_external_attr_find()
937 goto not_found; in ntfs_external_attr_find()
950 goto not_found; in ntfs_external_attr_find()
966 goto not_found; in ntfs_external_attr_find()
1110 not_found: in ntfs_external_attr_find()
/fs/jfs/
Dxattr.c815 goto not_found; in __jfs_getxattr()
835 not_found: in __jfs_getxattr()
/fs/hpfs/
Ddnode.c1078 if (c < 0 && !de->last) goto not_found; in map_fnode_dirent()
1080 if (d->root_dnode) goto not_found; in map_fnode_dirent()
1090 not_found: in map_fnode_dirent()
/fs/xfs/libxfs/
Dxfs_alloc.c913 goto not_found; in xfs_alloc_ag_vextent_exact()
936 goto not_found; in xfs_alloc_ag_vextent_exact()
938 goto not_found; in xfs_alloc_ag_vextent_exact()
941 goto not_found; in xfs_alloc_ag_vextent_exact()
976 not_found: in xfs_alloc_ag_vextent_exact()
/fs/btrfs/
Dinode.c7208 goto not_found; in btrfs_get_extent()
7265 goto not_found; in btrfs_get_extent()
7272 goto not_found; in btrfs_get_extent()
7274 goto not_found; in btrfs_get_extent()
7339 not_found: in btrfs_get_extent()
/fs/dlm/
Dlock.c960 goto not_found; in dlm_master_lookup()
1049 not_found: in dlm_master_lookup()