| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_fork.c | 64 ifp->if_data = new_data; in xfs_init_local_fork() 66 ifp->if_data = NULL; in xfs_init_local_fork() 138 ifp->if_data = NULL; in xfs_iformat_extents() 225 ifp->if_data = NULL; in xfs_iformat_btree() 465 ifp->if_data = krealloc(ifp->if_data, new_size, in xfs_idata_realloc() 468 ifp->if_data = NULL; in xfs_idata_realloc() 472 return ifp->if_data; in xfs_idata_realloc() 487 kfree(ifp->if_data); in xfs_idestroy_fork() 488 ifp->if_data = NULL; in xfs_idestroy_fork() 581 ASSERT(ifp->if_data != NULL); in xfs_iflush_fork() [all …]
|
| H A D | xfs_iext_tree.c | 161 struct xfs_iext_node *node = ifp->if_data; in xfs_iext_find_first_leaf() 179 struct xfs_iext_node *node = ifp->if_data; in xfs_iext_find_last_leaf() 309 struct xfs_iext_node *node = ifp->if_data; in xfs_iext_find_level() 412 struct xfs_iext_leaf *prev = ifp->if_data; in xfs_iext_grow() 417 struct xfs_iext_node *prev = ifp->if_data; in xfs_iext_grow() 428 ifp->if_data = node; in xfs_iext_grow() 440 struct xfs_iext_node *node = ifp->if_data; in xfs_iext_update_node() 593 ifp->if_data = xfs_iext_alloc_node(sizeof(struct xfs_iext_rec)); in xfs_iext_alloc_root() 597 cur->leaf = ifp->if_data; in xfs_iext_alloc_root() 613 new = krealloc(ifp->if_data, new_size, in xfs_iext_realloc_root() [all …]
|
| H A D | xfs_dir2_sf.c | 368 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xfs_dir2_sf_addname() 463 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xfs_dir2_sf_addname_easy() 529 memcpy(oldsfp, dp->i_df.if_data, old_isize); in xfs_dir2_sf_addname_hard() 604 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xfs_dir2_sf_addname_pick() 666 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xfs_dir2_sf_check() 847 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xfs_dir2_sf_lookup() 922 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xfs_dir2_sf_removename() 1001 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xfs_dir2_sf_replace_needblock() 1022 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xfs_dir2_sf_replace() 1056 sfp = dp->i_df.if_data; in xfs_dir2_sf_replace() [all …]
|
| H A D | xfs_inode_util.c | 340 ip->i_df.if_data = NULL; in xfs_inode_init() 723 kfree(ip->i_df.if_data); in xfs_inode_uninit() 724 ip->i_df.if_data = NULL; in xfs_inode_uninit()
|
| H A D | xfs_symlink_remote.c | 184 memcpy(bp->b_addr, ifp->if_data, ifp->if_bytes); in xfs_symlink_local_to_remote() 200 memcpy(buf, ifp->if_data, ifp->if_bytes); in xfs_symlink_local_to_remote()
|
| H A D | xfs_inode_fork.h | 20 void *if_data; /* extent tree root or member
|
| H A D | xfs_attr_leaf.c | 830 struct xfs_attr_sf_hdr *sf = args->dp->i_af.if_data; in xfs_attr_sf_findname() 895 struct xfs_attr_sf_hdr *sf = ifp->if_data; in xfs_attr_shortform_add() 947 struct xfs_attr_sf_hdr *sf = dp->i_af.if_data; in xfs_attr_sf_removename() 1034 struct xfs_attr_sf_hdr *sf = ifp->if_data; in xfs_attr_shortform_to_leaf() 1046 memcpy(tmpbuffer, ifp->if_data, size); in xfs_attr_shortform_to_leaf()
|
| H A D | xfs_attr.c | 1262 struct xfs_attr_sf_hdr *sf = dp->i_af.if_data; in xfs_attr_sf_totsize()
|
| H A D | xfs_dir2.c | 211 sfp = dp->i_df.if_data; in xfs_dir_isempty()
|
| H A D | xfs_dir2_block.c | 1100 struct xfs_dir2_sf_hdr *oldsfp = ifp->if_data; in xfs_dir2_sf_to_block()
|
| H A D | xfs_bmap.c | 774 ifp->if_data = NULL; in xfs_bmap_local_to_extents_empty() 860 ifp->if_data = NULL; in xfs_bmap_local_to_extents()
|
| /linux/fs/xfs/scrub/ |
| H A D | symlink_repair.c | 174 if (!ifp->if_data) in xrep_symlink_salvage_inline() 182 old_target = ifp->if_data; in xrep_symlink_salvage_inline() 188 memcpy(target_buf, ifp->if_data, nr); in xrep_symlink_salvage_inline() 314 ifp->if_data = NULL; in xrep_symlink_swap_prep()
|
| H A D | symlink.c | 76 len > strnlen(ifp->if_data, xfs_inode_data_fork_size(ip))) in xchk_symlink()
|
| H A D | attr_repair.c | 466 hdr = ifp->if_data; in xrep_xattr_recover_sf() 469 end = (unsigned char *)ifp->if_data + ifp->if_bytes; in xrep_xattr_recover_sf() 844 hdr = ifp->if_data; in xrep_xattr_full_reset() 1328 ifp->if_data = NULL; in xrep_xattr_swap_prep()
|
| H A D | attr.c | 577 struct xfs_attr_sf_hdr *sf = ifp->if_data; in xchk_xattr_check_sf() 580 unsigned char *end = ifp->if_data + ifp->if_bytes; in xchk_xattr_check_sf()
|
| H A D | listxattr.c | 33 struct xfs_attr_sf_hdr *hdr = ip->i_af.if_data; in xchk_xattr_walk_sf()
|
| H A D | dir_repair.c | 526 hdr = ifp->if_data; in xrep_dir_recover_sf() 527 end = (unsigned char *)ifp->if_data + ifp->if_bytes; in xrep_dir_recover_sf() 1500 ifp->if_data = NULL; in xrep_dir_swap_prep()
|
| H A D | readdir.c | 40 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xchk_dir_walk_sf()
|
| H A D | tempfile.c | 946 xfs_init_local_fork(sc->ip, whichfork, temp_ifp->if_data, in xrep_tempfile_copyout_local()
|
| /linux/fs/xfs/ |
| H A D | xfs_symlink.c | 66 if (XFS_IS_CORRUPT(ip->i_mount, !ip->i_df.if_data)) in xfs_readlink() 69 memcpy(link, ip->i_df.if_data, pathlen + 1); in xfs_readlink()
|
| H A D | xfs_inode_item.c | 392 ASSERT(ip->i_df.if_data != NULL); in xfs_inode_item_format_data_fork() 395 ip->i_df.if_data, in xfs_inode_item_format_data_fork() 470 ASSERT(ip->i_af.if_data != NULL); in xfs_inode_item_format_attr_fork() 472 ip->i_af.if_data, in xfs_inode_item_format_attr_fork()
|
| H A D | xfs_dir2_readdir.c | 55 struct xfs_dir2_sf_hdr *sfp = dp->i_df.if_data; in xfs_dir2_sf_getdents()
|
| H A D | xfs_attr_list.c | 60 struct xfs_attr_sf_hdr *sf = dp->i_af.if_data; in xfs_attr_shortform_list()
|