Searched refs:i_mount (Results 1 - 25 of 66) sorted by path

123

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.c275 XFS_STATS_INC(args->dp->i_mount, xs_attr_get);
277 if (xfs_is_shutdown(args->dp->i_mount))
282 args->geo = args->dp->i_mount->m_attr_geo;
304 struct xfs_mount *mp = args->dp->i_mount;
339 struct xfs_mount *mp = args->dp->i_mount;
384 if (xfs_has_wsync(dp->i_mount))
957 struct xfs_mount *mp = ip->i_mount;
1005 struct xfs_mount *mp = dp->i_mount;
H A Dxfs_attr.h641 args->hashval = xfs_attr_hashval(args->dp->i_mount, args->attr_filter,
H A Dxfs_attr_leaf.c635 struct xfs_mount *mp = dp->i_mount;
804 struct xfs_mount *mp = dp->i_mount;
857 struct xfs_mount *mp = dp->i_mount;
1045 if (xfs_has_attr2(dp->i_mount) &&
1169 ASSERT(xfs_has_attr2(dp->i_mount));
1225 struct xfs_mount *mp = dp->i_mount;
1272 xfs_da3_node_hdr_to_disk(dp->i_mount, node, &icnodehdr);
1296 struct xfs_mount *mp = dp->i_mount;
2503 args->dp->i_mount,
2551 args->rmtblkcnt = xfs_attr3_rmt_blocks(args->dp->i_mount,
[all...]
H A Dxfs_attr_remote.c400 struct xfs_mount *mp = args->dp->i_mount;
465 struct xfs_mount *mp = dp->i_mount;
492 struct xfs_mount *mp = dp->i_mount;
560 struct xfs_mount *mp = ip->i_mount;
679 if (XFS_IS_CORRUPT(args->dp->i_mount, nmap != 1)) {
H A Dxfs_bmap.c182 mp = ip->i_mount;
208 return M_IGEO(ip->i_mount)->attr_fork_offset;
346 struct xfs_mount *mp = ip->i_mount;
568 struct xfs_mount *mp = ip->i_mount;
651 mp = ip->i_mount;
821 args.mp = ip->i_mount;
896 mp = ip->i_mount;
975 dargs.geo = ip->i_mount->m_dir_geo;
1016 else if (xfs_has_attr2(ip->i_mount) && version)
1109 struct xfs_mount *mp = ip->i_mount;
[all...]
H A Dxfs_bmap_btree.c38 xfs_btree_init_buf(ip->i_mount, bp, &xfs_bmbt_ops, level,
41 xfs_btree_init_block(ip->i_mount, buf, &xfs_bmbt_ops, level,
56 struct xfs_mount *mp = ip->i_mount;
727 cur = xfs_bmbt_init_cursor(ip->i_mount, tp, ip, whichfork);
H A Dxfs_da_btree.c92 state->mp = args->dp->i_mount;
130 state->mp = state->args->dp->i_mount;
455 struct xfs_mount *mp = dp->i_mount;
541 xfs_da3_node_hdr_to_disk(dp->i_mount, node, &ichdr);
762 xfs_da3_node_hdr_from_disk(dp->i_mount, &icnodehdr, oldroot);
770 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
801 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr, node);
808 xfs_da3_node_hdr_to_disk(dp->i_mount, node, &nodehdr);
850 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr, node);
897 xfs_da3_node_hdr_from_disk(dp->i_mount,
[all...]
H A Dxfs_dir2.c250 args->geo = dp->i_mount->m_dir_geo;
265 struct xfs_mount *mp = dp->i_mount;
336 XFS_STATS_INC(dp->i_mount, xs_dir_create);
343 args->geo = dp->i_mount->m_dir_geo;
347 args->hashval = xfs_dir2_hashname(dp->i_mount, name);
434 XFS_STATS_INC(dp->i_mount, xs_dir_lookup);
438 args->geo = dp->i_mount->m_dir_geo;
442 args->hashval = xfs_dir2_hashname(dp->i_mount, name);
500 XFS_STATS_INC(dp->i_mount, xs_dir_remove);
506 args->geo = dp->i_mount
[all...]
H A Dxfs_dir2_block.c145 struct xfs_mount *mp = dp->i_mount;
175 struct xfs_mount *mp = dp->i_mount;
211 bf = xfs_dir2_data_bestfree_p(dp->i_mount, hdr);
350 xfs_dir2_data_freescan(args->dp->i_mount, hdr, needlog);
394 len = xfs_dir2_data_entsize(dp->i_mount, args->namelen);
497 xfs_dir2_data_freescan(dp->i_mount, hdr, &needlog);
580 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype);
581 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep);
587 xfs_dir2_data_freescan(dp->i_mount, hdr, &needlog);
672 args->filetype = xfs_dir2_data_get_ftype(dp->i_mount, de
[all...]
H A Dxfs_dir2_data.c284 xfs_corruption_error(__func__, XFS_ERRLEVEL_LOW, dp->i_mount,
703 struct xfs_mount *mp = dp->i_mount;
896 bf = xfs_dir2_data_bestfree_p(args->dp->i_mount, hdr);
1087 bf = xfs_dir2_data_bestfree_p(args->dp->i_mount, hdr);
1205 xfs_corruption_error(__func__, XFS_ERRLEVEL_LOW, args->dp->i_mount,
H A Dxfs_dir2_leaf.c108 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
117 return xfs_dir3_leaf_check_int(dp->i_mount, &leafhdr, leaf, false);
130 xfs_corruption_error(__func__, XFS_ERRLEVEL_LOW, dp->i_mount,
362 struct xfs_mount *mp = args->dp->i_mount;
481 bf = xfs_dir2_data_bestfree_p(dp->i_mount, hdr);
486 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
489 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr);
521 xfs_dir2_data_freescan(dp->i_mount, hdr, &needlog);
714 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
717 length = xfs_dir2_data_entsize(dp->i_mount, arg
[all...]
H A Dxfs_dir2_node.c68 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
77 return xfs_dir3_leaf_check_int(dp->i_mount, &leafhdr, leaf, false);
90 xfs_corruption_error(__func__, XFS_ERRLEVEL_LOW, dp->i_mount,
330 struct xfs_mount *mp = dp->i_mount;
446 xfs_dir2_free_hdr_from_disk(dp->i_mount, &freehdr, fbp->b_addr);
474 xfs_dir2_free_hdr_to_disk(dp->i_mount, fbp->b_addr, &freehdr);
518 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
576 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr);
592 xfs_dir2_free_hdr_from_disk(dp->i_mount, &hdr, bp->b_addr);
594 ASSERT((hdr.firstdb % dp->i_mount
[all...]
H A Dxfs_dir2_sf.c188 mp = dp->i_mount;
264 struct xfs_mount *mp = dp->i_mount;
388 incr_isize = xfs_dir2_sf_entsize(dp->i_mount, sfp, args->namelen);
462 struct xfs_mount *mp = dp->i_mount;
510 struct xfs_mount *mp = dp->i_mount;
599 struct xfs_mount *mp = dp->i_mount;
665 struct xfs_mount *mp = dp->i_mount;
846 struct xfs_mount *mp = dp->i_mount;
921 struct xfs_mount *mp = dp->i_mount;
1021 struct xfs_mount *mp = dp->i_mount;
[all...]
H A Dxfs_exchmaps.c196 struct xfs_mount *mp = xmi->xmi_ip1->i_mount;
677 struct xfs_mount *mp = req->ip1->i_mount;
865 struct xfs_mount *mp = ip->i_mount;
958 struct xfs_mount *mp = req->ip1->i_mount;
1086 d_nexts1 += xmi_delta_nextents_step(req->ip1->i_mount,
1089 d_nexts2 += xmi_delta_nextents_step(req->ip1->i_mount,
H A Dxfs_iext_tree.c943 XFS_STATS_INC(ip->i_mount, xs_look_exlist);
H A Dxfs_inode_buf.c187 fa = xfs_dinode_verify(ip->i_mount, ip->i_ino, from);
199 if (!xfs_has_v3inodes(ip->i_mount))
246 if (xfs_has_v3inodes(ip->i_mount)) {
340 if (xfs_has_v3inodes(ip->i_mount)) {
349 uuid_copy(&to->di_uuid, &ip->i_mount->m_sb.sb_meta_uuid);
H A Dxfs_inode_fork.c85 if (unlikely(size > XFS_DFORK_SIZE(dip, ip->i_mount, whichfork))) {
86 xfs_warn(ip->i_mount,
89 XFS_DFORK_SIZE(dip, ip->i_mount, whichfork));
111 struct xfs_mount *mp = ip->i_mount;
126 xfs_warn(ip->i_mount, "corrupt inode %llu ((a)extents = %llu).",
178 struct xfs_mount *mp = ip->i_mount;
222 xfs_bmdr_to_bmbt(ip, dfp, XFS_DFORK_SIZE(dip, ip->i_mount, whichfork),
389 struct xfs_mount *mp = ip->i_mount;
460 XFS_BMBT_BLOCK_LEN(ip->i_mount));
634 mp = ip->i_mount;
[all...]
H A Dxfs_parent.c158 args->geo = child->i_mount->m_attr_geo;
179 if (XFS_IS_CORRUPT(child->i_mount, !xfs_inode_has_attr_fork(child))) {
348 if (!xfs_parent_sanity_check(ip->i_mount, parent_name, pptr)) {
371 if (!xfs_parent_sanity_check(ip->i_mount, parent_name, pptr)) {
H A Dxfs_symlink_remote.c175 struct xfs_mount *mp = ip->i_mount;
241 struct xfs_mount *mp = ip->i_mount;
H A Dxfs_trans_inode.c36 xfs_inode_item_init(ip, ip->i_mount);
/linux-master/fs/xfs/scrub/
H A Dbmap.c396 struct xfs_mount *mp = ip->i_mount;
H A Ddabtree.c392 if (xfs_has_crc(ip->i_mount)) {
438 xfs_da3_node_hdr_from_disk(ip->i_mount, &nodehdr, node);
H A Ddir.c222 struct xfs_mount *mp = dp->i_mount;
639 xfs_dir2_leaf_hdr_from_disk(sc->ip->i_mount, &leafhdr, leaf);
752 xfs_dir2_free_hdr_from_disk(sc->ip->i_mount, &freehdr, bp->b_addr);
H A Ddirtree_repair.c319 trace_xrep_dirtree_delete_child(dp->i_mount, child_dentry);
H A Dfindparent.c438 ASSERT(parent->d_sb == sc->ip->i_mount->m_super);

Completed in 316 milliseconds

123