Home
last modified time | relevance | path

Searched refs:i_mount (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_dir2.c230 args->geo = dp->i_mount->m_dir_geo; in xfs_dir_init()
260 XFS_STATS_INC(dp->i_mount, xs_dir_create); in xfs_dir_createname()
267 args->geo = dp->i_mount->m_dir_geo; in xfs_dir_createname()
271 args->hashval = xfs_dir2_hashname(dp->i_mount, name); in xfs_dir_createname()
352 XFS_STATS_INC(dp->i_mount, xs_dir_lookup); in xfs_dir_lookup()
363 args->geo = dp->i_mount->m_dir_geo; in xfs_dir_lookup()
367 args->hashval = xfs_dir2_hashname(dp->i_mount, name); in xfs_dir_lookup()
429 XFS_STATS_INC(dp->i_mount, xs_dir_remove); in xfs_dir_removename()
435 args->geo = dp->i_mount->m_dir_geo; in xfs_dir_removename()
439 args->hashval = xfs_dir2_hashname(dp->i_mount, name); in xfs_dir_removename()
[all …]
H A Dxfs_dir2_node.c67 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf); in xfs_dir3_leafn_check()
76 return xfs_dir3_leaf_check_int(dp->i_mount, &leafhdr, leaf); in xfs_dir3_leafn_check()
89 xfs_corruption_error(__func__, XFS_ERRLEVEL_LOW, dp->i_mount, in xfs_dir3_leaf_check()
181 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_free_header_check()
324 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_free_get_buf()
440 xfs_dir2_free_hdr_from_disk(dp->i_mount, &freehdr, fbp->b_addr); in xfs_dir2_leaf_to_node()
467 xfs_dir2_free_hdr_to_disk(dp->i_mount, fbp->b_addr, &freehdr); in xfs_dir2_leaf_to_node()
511 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf); in xfs_dir2_leafn_add()
568 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_leafn_add()
584 xfs_dir2_free_hdr_from_disk(dp->i_mount, &hdr, bp->b_addr); in xfs_dir2_free_hdr_check()
[all …]
H A Dxfs_da_btree.c89 state->mp = args->dp->i_mount; in xfs_da_state_alloc()
393 struct xfs_mount *mp = dp->i_mount; in xfs_da3_node_read_mapped()
458 xfs_da3_node_hdr_to_disk(dp->i_mount, node, &ichdr); in xfs_da3_node_create()
674 xfs_da3_node_hdr_from_disk(dp->i_mount, &icnodehdr, oldroot); in xfs_da3_root_split()
688 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf); in xfs_da3_root_split()
733 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr, node); in xfs_da3_root_split()
740 xfs_da3_node_hdr_to_disk(dp->i_mount, node, &nodehdr); in xfs_da3_root_split()
782 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr, node); in xfs_da3_node_split()
829 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr, node); in xfs_da3_node_split()
884 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
[all …]
H A Dxfs_dir2_leaf.c107 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf); in xfs_dir3_leaf1_check()
116 return xfs_dir3_leaf_check_int(dp->i_mount, &leafhdr, leaf); in xfs_dir3_leaf1_check()
129 xfs_corruption_error(__func__, XFS_ERRLEVEL_LOW, dp->i_mount, in xfs_dir3_leaf_check()
349 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_leaf_get_buf()
421 bf = xfs_dir2_data_bestfree_p(dp->i_mount, hdr); in xfs_dir2_block_to_leaf()
426 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf); in xfs_dir2_block_to_leaf()
429 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_block_to_leaf()
461 xfs_dir2_data_freescan(dp->i_mount, hdr, &needlog); in xfs_dir2_block_to_leaf()
653 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf); in xfs_dir2_leaf_addname()
656 length = xfs_dir2_data_entsize(dp->i_mount, args->namelen); in xfs_dir2_leaf_addname()
[all …]
H A Dxfs_inode_fork.c80 if (unlikely(size > XFS_DFORK_SIZE(dip, ip->i_mount, whichfork))) { in xfs_iformat_local()
81 xfs_warn(ip->i_mount, in xfs_iformat_local()
84 XFS_DFORK_SIZE(dip, ip->i_mount, whichfork)); in xfs_iformat_local()
105 struct xfs_mount *mp = ip->i_mount; in xfs_iformat_extents()
120 xfs_warn(ip->i_mount, "corrupt inode %Lu ((a)extents = %d).", in xfs_iformat_extents()
170 struct xfs_mount *mp = ip->i_mount; in xfs_iformat_btree()
212 xfs_bmdr_to_bmbt(ip, dfp, XFS_DFORK_SIZE(dip, ip->i_mount, whichfork), in xfs_iformat_btree()
351 struct xfs_mount *mp = ip->i_mount; in xfs_iroot_realloc()
421 XFS_BMBT_BLOCK_LEN(ip->i_mount)); in xfs_iroot_realloc()
605 mp = ip->i_mount; in xfs_iflush_fork()
H A Dxfs_trans_inode.c36 xfs_inode_item_init(ip, ip->i_mount); in xfs_trans_ijoin()
139 xfs_sb_version_hasbigtime(&ip->i_mount->m_sb) && in xfs_trans_log_inode()
167 error = xfs_imap_to_bp(ip->i_mount, tp, &ip->i_imap, NULL, in xfs_trans_log_inode()
170 xfs_force_shutdown(ip->i_mount, SHUTDOWN_META_IO_ERROR); in xfs_trans_log_inode()
H A Dxfs_dir2_block.c122 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_block_header_check()
140 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_block_read()
204 bf = xfs_dir2_data_bestfree_p(dp->i_mount, hdr); in xfs_dir2_block_need_space()
343 xfs_dir2_data_freescan(args->dp->i_mount, hdr, needlog); in xfs_dir2_block_compact()
387 len = xfs_dir2_data_entsize(dp->i_mount, args->namelen); in xfs_dir2_block_addname()
490 xfs_dir2_data_freescan(dp->i_mount, hdr, &needlog); in xfs_dir2_block_addname()
573 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_block_addname()
574 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep); in xfs_dir2_block_addname()
580 xfs_dir2_data_freescan(dp->i_mount, hdr, &needlog); in xfs_dir2_block_addname()
665 args->filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_lookup()
[all …]
H A Dxfs_dir2_sf.c188 mp = dp->i_mount; in xfs_dir2_block_sfsize()
264 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_block_to_sf()
390 incr_isize = xfs_dir2_sf_entsize(dp->i_mount, sfp, args->namelen); in xfs_dir2_sf_addname()
464 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_sf_addname_easy()
515 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_sf_addname_hard()
608 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_sf_addname_pick()
675 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_sf_check()
712 struct xfs_mount *mp = ip->i_mount; in xfs_dir2_sf_verify()
868 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_sf_lookup()
946 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_sf_removename()
[all …]
H A Dxfs_bmap.c171 mp = ip->i_mount; in xfs_bmap_worst_indlen()
195 struct xfs_mount *mp = ip->i_mount; in xfs_default_attroffset()
320 struct xfs_mount *mp = ip->i_mount; in xfs_bmap_check_leaf_extents()
591 struct xfs_mount *mp = ip->i_mount; in xfs_bmap_btree_to_extents()
668 mp = ip->i_mount; in xfs_bmap_extents_to_btree()
856 args.mp = ip->i_mount; in xfs_bmap_local_to_extents()
935 mp = ip->i_mount; in xfs_bmap_add_attrfork_btree()
1012 dargs.geo = ip->i_mount->m_dir_geo; in xfs_bmap_add_attrfork_local()
1047 else if ((ip->i_mount->m_flags & XFS_MOUNT_ATTR2) && version) in xfs_bmap_set_attrforkoff()
1077 mp = ip->i_mount; in xfs_bmap_add_attrfork()
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_icache.c60 ip->i_mount = mp; in xfs_inode_alloc()
117 XFS_STATS_DEC(ip->i_mount, vn_active); in __xfs_inode_free()
209 struct xfs_mount *mp = ip->i_mount; in xfs_inode_set_reclaim_tag()
305 xfs_warn(ip->i_mount, in xfs_iget_check_free_state()
312 xfs_warn(ip->i_mount, in xfs_iget_check_free_state()
339 struct xfs_mount *mp = ip->i_mount; in xfs_iget_cache_hit()
752 if (XFS_FORCED_SHUTDOWN(ip->i_mount)) in xfs_inode_walk_ag_grab()
1041 if (XFS_FORCED_SHUTDOWN(ip->i_mount)) { in xfs_reclaim_inode()
1071 XFS_STATS_INC(ip->i_mount, xs_ig_reclaims); in xfs_reclaim_inode()
1081 XFS_INO_TO_AGINO(ip->i_mount, ino))) in xfs_reclaim_inode()
[all …]
H A Dxfs_dir2_readdir.c51 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_sf_getdents()
120 if (XFS_IS_CORRUPT(dp->i_mount, in xfs_dir2_sf_getdents()
196 xfs_dir2_data_entsize(dp->i_mount, dep->namelen); in xfs_dir2_block_getdents()
207 filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_getdents()
211 if (XFS_IS_CORRUPT(dp->i_mount, in xfs_dir2_block_getdents()
219 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_block_getdents()
352 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_leaf_getdents()
464 if (XFS_IS_CORRUPT(dp->i_mount, in xfs_dir2_leaf_getdents()
472 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_leaf_getdents()
517 if (XFS_FORCED_SHUTDOWN(dp->i_mount)) in xfs_readdir()
[all …]
H A Dxfs_bmap_util.c43 return XFS_FSB_TO_BB(ip->i_mount, fsb); in xfs_fsb_to_db()
44 return XFS_FSB_TO_DADDR(ip->i_mount, fsb); in xfs_fsb_to_db()
60 struct xfs_mount *mp = ip->i_mount; in xfs_zero_extent()
84 mp = ap->ip->i_mount; in xfs_bmap_rtalloc()
214 struct xfs_mount *mp = ip->i_mount; in xfs_bmap_count_blocks()
282 if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) in xfs_getbmap_report_one()
298 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, got->br_startoff); in xfs_getbmap_report_one()
299 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, got->br_blockcount); in xfs_getbmap_report_one()
322 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, bno); in xfs_getbmap_report_hole()
323 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, end - bno); in xfs_getbmap_report_hole()
[all …]
H A Dxfs_reflink.c189 agno = XFS_FSB_TO_AGNO(ip->i_mount, irec->br_startblock); in xfs_reflink_trim_around_shared()
190 agbno = XFS_FSB_TO_AGBNO(ip->i_mount, irec->br_startblock); in xfs_reflink_trim_around_shared()
193 error = xfs_reflink_find_shared(ip->i_mount, NULL, agno, agbno, in xfs_reflink_trim_around_shared()
286 struct xfs_mount *mp = ip->i_mount; in xfs_reflink_convert_cow()
353 struct xfs_mount *mp = ip->i_mount; in xfs_reflink_allocate_cow()
552 offset_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_reflink_cancel_cow_range()
556 end_fsb = XFS_B_TO_FSB(ip->i_mount, offset + count); in xfs_reflink_cancel_cow_range()
559 error = xfs_trans_alloc(ip->i_mount, &M_RES(ip->i_mount)->tr_write, in xfs_reflink_cancel_cow_range()
604 struct xfs_mount *mp = ip->i_mount; in xfs_reflink_end_cow_extent()
716 offset_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_reflink_end_cow()
[all …]
H A Dxfs_attr_inactive.c56 if (XFS_IS_CORRUPT(dp->i_mount, nmap != 1)) in xfs_attr3_rmt_stale()
112 blkcnt = xfs_attr3_rmt_blocks(dp->i_mount, in xfs_attr3_leaf_inactive()
136 struct xfs_mount *mp = dp->i_mount; in xfs_attr3_node_inactive()
153 xfs_da3_node_hdr_from_disk(dp->i_mount, &ichdr, bp->b_addr); in xfs_attr3_node_inactive()
232 xfs_da3_node_hdr_from_disk(dp->i_mount, &phdr, in xfs_attr3_node_inactive()
259 struct xfs_mount *mp = dp->i_mount; in xfs_attr3_root_inactive()
337 mp = dp->i_mount; in xfs_attr_inactive()
H A Dxfs_file.c45 struct xfs_mount *mp = ip->i_mount; in xfs_is_falloc_aligned()
76 error = xfs_trans_alloc(ip->i_mount, &M_RES(ip->i_mount)->tr_writeid, in xfs_update_prealloc_flags()
158 error = xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, in xfs_fsync_flush_log()
177 struct xfs_mount *mp = ip->i_mount; in xfs_file_fsync()
304 struct xfs_mount *mp = XFS_I(inode)->i_mount; in xfs_file_read_iter()
434 if (XFS_FORCED_SHUTDOWN(ip->i_mount)) in xfs_dio_write_end_io()
446 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, size); in xfs_dio_write_end_io()
535 struct xfs_mount *mp = ip->i_mount; in xfs_file_dio_aio_write()
656 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret); in xfs_file_dax_write()
719 xfs_flush_inodes(ip->i_mount); in xfs_file_buffered_aio_write()
[all …]
H A Dxfs_attr_list.c84 if (XFS_IS_CORRUPT(context->dp->i_mount, in xfs_attr_shortform_list()
126 context->dp->i_mount, sfe, in xfs_attr_shortform_list()
176 if (XFS_IS_CORRUPT(context->dp->i_mount, in xfs_attr_shortform_list()
210 struct xfs_mount *mp = dp->i_mount; in xfs_attr_node_list_lookup()
292 struct xfs_mount *mp = dp->i_mount; in xfs_attr_node_list()
397 struct xfs_mount *mp = context->dp->i_mount; in xfs_attr3_leaf_list_int()
467 if (XFS_IS_CORRUPT(context->dp->i_mount, in xfs_attr3_leaf_list_int()
530 XFS_STATS_INC(dp->i_mount, xs_attr_list); in xfs_attr_list()
532 if (XFS_FORCED_SHUTDOWN(dp->i_mount)) in xfs_attr_list()
H A Dxfs_iomap.c40 xfs_alert_tag(ip->i_mount, XFS_PTAG_FSBLOCK_ZERO, in xfs_alert_fsblock_zero()
59 struct xfs_mount *mp = ip->i_mount; in xfs_bmbt_to_iomap()
102 iomap->offset = XFS_FSB_TO_B(ip->i_mount, offset_fsb); in xfs_hole_to_iomap()
103 iomap->length = XFS_FSB_TO_B(ip->i_mount, end_fsb - offset_fsb); in xfs_hole_to_iomap()
123 struct xfs_mount *mp = ip->i_mount; in xfs_eof_alignment()
193 struct xfs_mount *mp = ip->i_mount; in xfs_iomap_write_direct()
302 if (!dq || !xfs_this_quota_on(ip->i_mount, type)) in xfs_quota_need_throttle()
370 struct xfs_mount *mp = ip->i_mount; in xfs_iomap_prealloc_size()
506 xfs_mount_t *mp = ip->i_mount; in xfs_iomap_write_unwritten()
736 struct xfs_mount *mp = ip->i_mount; in xfs_direct_write_iomap_begin()
[all …]
H A Dxfs_ioctl.c96 memcpy(&handle.ha_fsid, ip->i_mount->m_fixedfsid, sizeof(xfs_fsid_t)); in xfs_find_handle()
1119 fa->fsx_extsize = ip->i_d.di_extsize << ip->i_mount->m_sb.sb_blocklog; in xfs_fill_fsxattr()
1121 ip->i_mount->m_sb.sb_blocklog; in xfs_fill_fsxattr()
1211 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_xflags()
1254 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_prepare_dax()
1281 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_get_trans()
1341 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_check_extsize()
1391 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_check_cowextsize()
1398 if (!xfs_sb_version_hasreflink(&ip->i_mount->m_sb)) in xfs_ioctl_setattr_check_cowextsize()
1425 !xfs_sb_version_hasprojid32bit(&ip->i_mount->m_sb)) in xfs_ioctl_setattr_check_projid()
[all …]
H A Dxfs_symlink.c31 struct xfs_mount *mp = ip->i_mount; in xfs_readlink_bmap_ilocked()
101 struct xfs_mount *mp = ip->i_mount; in xfs_readlink()
143 struct xfs_mount *mp = dp->i_mount; in xfs_symlink()
379 mp = ip->i_mount; in xfs_inactive_symlink_rmt()
471 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_symlink()
H A Dxfs_filestream.c105 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_pick_ag()
275 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_lookup_ag()
326 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_new_ag()
370 xfs_mru_cache_delete(ip->i_mount->m_filestream, ip->i_ino); in xfs_filestream_deassociate()
H A Dxfs_aops.c46 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; in xfs_setfilesize_trans_alloc()
104 struct xfs_mount *mp = ip->i_mount; in xfs_setfilesize()
148 struct xfs_mount *mp = ip->i_mount; in xfs_end_ioend()
266 WARN_ON_ONCE(!queue_work(ip->i_mount->m_unwritten_workqueue, in xfs_end_bio()
354 struct xfs_mount *mp = ip->i_mount; in xfs_map_blocks()
546 struct xfs_mount *mp = ip->i_mount; in xfs_discard_page()
H A Dxfs_inode.h26 struct xfs_mount *i_mount; /* fs mount struct ptr */ member
207 (ip)->i_mount->m_rtdev_targp : (ip)->i_mount->m_ddev_targp)
365 (((pip)->i_mount->m_flags & XFS_MOUNT_GRPID) || \
H A Dxfs_iops.c491 if (XFS_IS_CORRUPT(ip->i_mount, !link)) in xfs_vn_get_link_inline()
500 struct xfs_mount *mp = ip->i_mount; in xfs_stat_blksize()
541 struct xfs_mount *mp = ip->i_mount; in xfs_vn_getattr()
634 struct xfs_mount *mp = XFS_I(d_inode(dentry))->i_mount; in xfs_vn_change_ok()
657 xfs_mount_t *mp = ip->i_mount; in xfs_setattr_nonsize()
856 struct xfs_mount *mp = ip->i_mount; in xfs_setattr_size()
1104 struct xfs_mount *mp = ip->i_mount; in xfs_vn_update_time()
1250 struct xfs_mount *mp = ip->i_mount; in xfs_inode_supports_dax()
1274 if (ip->i_mount->m_flags & XFS_MOUNT_DAX_NEVER) in xfs_inode_should_enable_dax()
1278 if (ip->i_mount->m_flags & XFS_MOUNT_DAX_ALWAYS) in xfs_inode_should_enable_dax()
H A Dxfs_reflink.h11 return ip->i_mount->m_always_cow && in xfs_is_always_cow_inode()
12 xfs_sb_version_hasreflink(&ip->i_mount->m_sb); in xfs_is_always_cow_inode()
H A Dxfs_pnfs.c86 struct xfs_mount *mp = ip->i_mount; in xfs_fs_map_blocks()
197 error = xfs_bmapi_read(ip, XFS_B_TO_FSBT(ip->i_mount, isize - 1), 1, in xfs_pnfs_validate_isize()
228 struct xfs_mount *mp = ip->i_mount; in xfs_fs_commit_blocks()

123