Home
last modified time | relevance | path

Searched refs:xfs_mount (Results 1 – 111 of 111) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_log.h130 struct xfs_mount;
138 xfs_lsn_t xfs_log_done(struct xfs_mount *mp,
142 int _xfs_log_force(struct xfs_mount *mp,
145 void xfs_log_force(struct xfs_mount *mp,
147 int _xfs_log_force_lsn(struct xfs_mount *mp,
151 void xfs_log_force_lsn(struct xfs_mount *mp,
154 int xfs_log_mount(struct xfs_mount *mp,
158 int xfs_log_mount_finish(struct xfs_mount *mp);
159 xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
160 xfs_lsn_t xlog_assign_tail_lsn_locked(struct xfs_mount *mp);
[all …]
Dxfs_rtalloc.h23 struct xfs_mount;
63 struct xfs_mount *mp); /* file system mount structure */
66 struct xfs_mount *mp);
74 struct xfs_mount *mp); /* file system mount structure */
85 struct xfs_mount *mp, /* file system mount point */
95 struct xfs_mount *mp, /* file system mount structure */
101 int xfs_rtbuf_get(struct xfs_mount *mp, struct xfs_trans *tp,
103 int xfs_rtcheck_range(struct xfs_mount *mp, struct xfs_trans *tp,
106 int xfs_rtfind_back(struct xfs_mount *mp, struct xfs_trans *tp,
109 int xfs_rtfind_forw(struct xfs_mount *mp, struct xfs_trans *tp,
[all …]
Dxfs_message.h4 struct xfs_mount;
7 void xfs_emerg(const struct xfs_mount *mp, const char *fmt, ...);
9 void xfs_alert(const struct xfs_mount *mp, const char *fmt, ...);
11 void xfs_alert_tag(const struct xfs_mount *mp, int tag, const char *fmt, ...);
13 void xfs_crit(const struct xfs_mount *mp, const char *fmt, ...);
15 void xfs_err(const struct xfs_mount *mp, const char *fmt, ...);
17 void xfs_warn(const struct xfs_mount *mp, const char *fmt, ...);
19 void xfs_notice(const struct xfs_mount *mp, const char *fmt, ...);
21 void xfs_info(const struct xfs_mount *mp, const char *fmt, ...);
25 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...);
[all …]
Dxfs_icache.h21 struct xfs_mount;
51 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
55 struct xfs_inode * xfs_inode_alloc(struct xfs_mount *mp, xfs_ino_t ino);
60 int xfs_reclaim_inodes(struct xfs_mount *mp, int mode);
61 int xfs_reclaim_inodes_count(struct xfs_mount *mp);
62 long xfs_reclaim_inodes_nr(struct xfs_mount *mp, int nr_to_scan);
68 int xfs_icache_free_eofblocks(struct xfs_mount *, struct xfs_eofblocks *);
72 int xfs_inode_ag_iterator(struct xfs_mount *mp,
75 int xfs_inode_ag_iterator_tag(struct xfs_mount *mp,
Dxfs_qm.h125 struct xfs_mount *, struct xfs_dquot *,
159 extern void xfs_qm_destroy_quotainfo(struct xfs_mount *);
162 extern void xfs_qm_dqpurge_all(struct xfs_mount *, uint);
163 extern void xfs_qm_dqrele_all_inodes(struct xfs_mount *, uint);
166 extern int xfs_qm_scall_trunc_qfiles(struct xfs_mount *, uint);
167 extern int xfs_qm_scall_getquota(struct xfs_mount *, xfs_dqid_t,
169 extern int xfs_qm_scall_setqlim(struct xfs_mount *, xfs_dqid_t, uint,
171 extern int xfs_qm_scall_quotaon(struct xfs_mount *, uint);
172 extern int xfs_qm_scall_quotaoff(struct xfs_mount *, uint);
Dxfs_super.h60 struct xfs_mount;
66 extern void xfs_flush_inodes(struct xfs_mount *mp);
68 extern xfs_agnumber_t xfs_set_inode32(struct xfs_mount *, xfs_agnumber_t agcount);
69 extern xfs_agnumber_t xfs_set_inode64(struct xfs_mount *, xfs_agnumber_t agcount);
75 extern void xfs_reinit_percpu_counters(struct xfs_mount *mp);
77 #define XFS_M(sb) ((struct xfs_mount *)((sb)->s_fs_info))
Dxfs_mount.h40 typedef struct xfs_mount { struct
230 void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
248 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno()
256 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno()
267 struct xfs_mount *pag_mount; /* owner filesystem */
318 extern int xfs_mod_icount(struct xfs_mount *mp, int64_t delta);
319 extern int xfs_mod_ifree(struct xfs_mount *mp, int64_t delta);
320 extern int xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta,
322 extern int xfs_mod_frextents(struct xfs_mount *mp, int64_t delta);
328 extern bool xfs_fs_writable(struct xfs_mount *mp, int level);
[all …]
Dxfs_trans.h31 struct xfs_mount;
41 struct xfs_mount *li_mountp; /* ptr to fs mount */
76 void xfs_log_item_init(struct xfs_mount *mp, struct xfs_log_item *item,
105 struct xfs_mount *t_mountp; /* ptr to fs mount struct */
154 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
155 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, xfs_km_flags_t);
178 int xfs_trans_read_buf_map(struct xfs_mount *mp,
188 struct xfs_mount *mp, in xfs_trans_read_buf()
202 struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struct xfs_mount *, int);
234 int xfs_trans_ail_init(struct xfs_mount *);
[all …]
Dxfs_filestream.h21 struct xfs_mount;
25 int xfs_filestream_mount(struct xfs_mount *mp);
26 void xfs_filestream_unmount(struct xfs_mount *mp);
30 int xfs_filestream_peek_ag(struct xfs_mount *mp, xfs_agnumber_t agno);
Dxfs_quota.h80 struct xfs_mount *, struct xfs_dquot *,
99 extern int xfs_qm_newmount(struct xfs_mount *, uint *, uint *);
100 extern void xfs_qm_mount_quotas(struct xfs_mount *);
101 extern void xfs_qm_unmount(struct xfs_mount *);
102 extern void xfs_qm_unmount_quotas(struct xfs_mount *);
126 struct xfs_mount *mp, struct xfs_dquot *udqp, in xfs_trans_reserve_quota_bydquots()
153 extern int xfs_mount_reset_sbqflags(struct xfs_mount *);
Dxfs_extent_busy.h23 struct xfs_mount;
50 xfs_extent_busy_clear(struct xfs_mount *mp, struct list_head *list,
54 xfs_extent_busy_search(struct xfs_mount *mp, xfs_agnumber_t agno,
58 xfs_extent_busy_reuse(struct xfs_mount *mp, xfs_agnumber_t agno,
Dxfs_quotaops.c35 struct xfs_mount *mp, in xfs_qm_fill_state()
72 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_quota_state()
125 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_info()
176 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_enable()
191 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_disable()
208 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_rm_xquota()
233 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_dqblk()
250 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk()
Dxfs_error.h21 struct xfs_mount;
23 extern void xfs_error_report(const char *tag, int level, struct xfs_mount *mp,
26 struct xfs_mount *mp, void *p, const char *filename,
131 extern int xfs_errortag_add(int error_tag, struct xfs_mount *mp);
132 extern int xfs_errortag_clearall(struct xfs_mount *mp, int loud);
Dxfs_dquot.h32 struct xfs_mount;
48 struct xfs_mount*q_mount; /* filesystem this relates to */
114 static inline int xfs_this_quota_on(struct xfs_mount *mp, int type) in xfs_this_quota_on()
163 extern int xfs_qm_dqread(struct xfs_mount *, xfs_dqid_t, uint,
170 extern void xfs_qm_adjust_dqlimits(struct xfs_mount *,
Dxfs_extfree_item.h23 struct xfs_mount;
74 xfs_efi_log_item_t *xfs_efi_init(struct xfs_mount *, uint);
75 xfs_efd_log_item_t *xfs_efd_init(struct xfs_mount *, xfs_efi_log_item_t *,
Dxfs_icache.c40 STATIC void __xfs_inode_clear_reclaim_tag(struct xfs_mount *mp,
48 struct xfs_mount *mp, in xfs_inode_alloc()
149 struct xfs_mount *mp = ip->i_mount; in xfs_iget_cache_hit()
275 struct xfs_mount *mp, in xfs_iget_cache_miss()
510 struct xfs_mount *mp, in xfs_inode_ag_walk()
617 struct xfs_mount *mp) in xfs_queue_eofblocks()
631 struct xfs_mount *mp = container_of(to_delayed_work(work), in xfs_eofblocks_worker()
632 struct xfs_mount, m_eofblocks_work); in xfs_eofblocks_worker()
639 struct xfs_mount *mp, in xfs_inode_ag_iterator()
666 struct xfs_mount *mp, in xfs_inode_ag_iterator_tag()
[all …]
Dxfs_super.c173 struct xfs_mount *mp, in xfs_parseargs()
461 struct xfs_mount *mp, in xfs_showargs()
581 xfs_set_inode32(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode32()
633 xfs_set_inode64(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode64()
691 struct xfs_mount *mp) in xfs_close_devices()
718 struct xfs_mount *mp) in xfs_open_devices()
789 struct xfs_mount *mp) in xfs_setup_devices()
819 struct xfs_mount *mp) in xfs_init_mount_workqueues()
876 struct xfs_mount *mp) in xfs_destroy_mount_workqueues()
895 struct xfs_mount *mp) in xfs_flush_inodes()
[all …]
Dxfs_discard.h7 extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
8 extern int xfs_discard_extents(struct xfs_mount *, struct list_head *);
Dxfs_message.c31 const struct xfs_mount *mp, in __xfs_printk()
42 void func(const struct xfs_mount *mp, const char *fmt, ...) \
69 const struct xfs_mount *mp, in xfs_alert_tag()
Dxfs_mount.c56 struct xfs_mount *mp) in xfs_uuid_mount()
99 struct xfs_mount *mp) in xfs_uuid_unmount()
260 struct xfs_mount *mp, in xfs_readsb()
486 struct xfs_mount *mp) in xfs_set_low_space_thresholds()
527 struct xfs_mount *mp) in xfs_check_sizes()
571 struct xfs_mount *mp) in xfs_mount_reset_sbqflags()
966 struct xfs_mount *mp) in xfs_unmountfs()
1050 struct xfs_mount *mp, in xfs_fs_writable()
1094 struct xfs_mount *mp, in xfs_mod_icount()
1108 struct xfs_mount *mp, in xfs_mod_ifree()
[all …]
Dxfs_bmap_util.h27 struct xfs_mount;
48 int xfs_bmap_extsize_align(struct xfs_mount *mp, struct xfs_bmbt_irec *gotp,
71 int xfs_free_eofblocks(struct xfs_mount *mp, struct xfs_inode *ip,
Dxfs_dquot_item.h23 struct xfs_mount;
40 extern xfs_qoff_logitem_t *xfs_qm_qoff_logitem_init(struct xfs_mount *,
Dxfs_inode_item.h26 struct xfs_mount;
44 extern void xfs_inode_item_init(struct xfs_inode *, struct xfs_mount *);
Dxfs_trans_priv.h23 struct xfs_mount;
29 void xfs_trans_init(struct xfs_mount *);
68 struct xfs_mount *xa_mount;
Dxfs_buf_item.h45 struct xfs_mount;
64 void xfs_buf_item_init(struct xfs_buf *, struct xfs_mount *);
Dxfs_error.c127 struct xfs_mount *mp, in xfs_error_report()
145 struct xfs_mount *mp, in xfs_corruption_error()
165 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_verifier_error()
Dxfs_pnfs.c67 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_uuid()
88 struct xfs_mount *mp = ip->i_mount; in xfs_bmbt_to_iomap()
121 struct xfs_mount *mp = ip->i_mount; in xfs_fs_map_blocks()
256 struct xfs_mount *mp = ip->i_mount; in xfs_fs_commit_blocks()
Dxfs_extent_busy.c106 struct xfs_mount *mp, in xfs_extent_busy_search()
158 struct xfs_mount *mp, in xfs_extent_busy_update_extent()
306 struct xfs_mount *mp, in xfs_extent_busy_reuse()
540 struct xfs_mount *mp, in xfs_extent_busy_clear_one()
561 struct xfs_mount *mp, in xfs_extent_busy_clear()
Dxfs_discard.c37 struct xfs_mount *mp, in xfs_trim_extents()
156 struct xfs_mount *mp, in xfs_ioc_trim()
214 struct xfs_mount *mp, in xfs_discard_extents()
Dxfs_log_priv.h24 struct xfs_mount;
361 struct xfs_mount *l_mp; /* mount point */
452 void xlog_print_tic_res(struct xfs_mount *mp, struct xlog_ticket *ticket);
Dxfs_qm.c63 struct xfs_mount *mp, in xfs_qm_dquot_walk()
133 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqpurge()
198 struct xfs_mount *mp, in xfs_qm_dqpurge_all()
214 struct xfs_mount *mp) in xfs_qm_unmount()
310 struct xfs_mount *mp = ip->i_mount; in xfs_qm_need_dqattach()
869 struct xfs_mount *mp, in xfs_qm_dqiter_bufs()
941 struct xfs_mount *mp, in xfs_qm_dqiterate()
1046 struct xfs_mount *mp = ip->i_mount; in xfs_qm_quotacheck_dqadjust()
1395 struct xfs_mount *mp) in xfs_qm_mount_quotas()
1574 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqfree_one()
[all …]
Dxfs_log.c50 struct xfs_mount *mp,
372 struct xfs_mount *mp, in xfs_log_regrant()
433 struct xfs_mount *mp, in xfs_log_reserve()
513 struct xfs_mount *mp, in xfs_log_done()
567 struct xfs_mount *mp, in xfs_log_notify()
588 struct xfs_mount *mp, in xfs_log_release_iclog()
921 struct xfs_mount *mp) in xfs_log_quiesce()
950 struct xfs_mount *mp) in xfs_log_unmount()
963 struct xfs_mount *mp, in xfs_log_item_init()
983 struct xfs_mount *mp) in xfs_log_space_wake()
[all …]
Dxfs_filestream.c147 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_pick_ag()
316 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_lookup_ag()
367 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_new_ag()
Dxfs_fsops.h28 extern int xfs_fs_log_dummy(struct xfs_mount *mp);
Dxfs_buf.h108 struct xfs_mount *bt_mount;
384 extern xfs_buftarg_t *xfs_alloc_buftarg(struct xfs_mount *,
386 extern void xfs_free_buftarg(struct xfs_mount *, struct xfs_buftarg *);
Dxfs_symlink.c50 struct xfs_mount *mp = ip->i_mount; in xfs_readlink_bmap()
128 struct xfs_mount *mp = ip->i_mount; in xfs_readlink()
173 struct xfs_mount *mp = dp->i_mount; in xfs_symlink()
568 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_symlink()
Dxfs_file.c180 struct xfs_mount *mp = ip->i_mount; in xfs_dir_fsync()
204 struct xfs_mount *mp = ip->i_mount; in xfs_file_fsync()
273 struct xfs_mount *mp = ip->i_mount; in xfs_file_read_iter()
402 struct xfs_mount *mp = ip->i_mount; in xfs_zero_last_block()
450 struct xfs_mount *mp = ip->i_mount; in xfs_zero_eof()
663 struct xfs_mount *mp = ip->i_mount; in xfs_file_dio_aio_write()
1154 struct xfs_mount *mp = ip->i_mount; in xfs_find_get_desired_pgoff()
1303 struct xfs_mount *mp = ip->i_mount; in xfs_seek_hole_data()
Dxfs_itable.c50 struct xfs_mount *mp, /* mount point for filesystem */ in xfs_bulkstat_one_int()
177 struct xfs_mount *mp, in xfs_bulkstat_ichunk_ra()
275 struct xfs_mount *mp, in xfs_bulkstat_ag_ichunk()
551 struct xfs_mount *mp,/* mount point for filesystem */ in xfs_inumbers()
Dxfs_itable.h26 typedef int (*bulkstat_one_pf)(struct xfs_mount *mp,
Dxfs_dquot.c90 struct xfs_mount *mp, in xfs_qm_adjust_dqlimits()
406 struct xfs_mount *mp, in xfs_qm_dqrepair()
467 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqtobp()
560 struct xfs_mount *mp, in xfs_qm_dqread()
935 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqflush()
Dxfs_qm_syscalls.c223 struct xfs_mount *mp, in xfs_qm_scall_trunc_qfile()
399 struct xfs_mount *mp, in xfs_qm_scall_setqlim()
639 struct xfs_mount *mp, in xfs_qm_scall_getquota()
765 struct xfs_mount *mp, in xfs_qm_dqrele_all_inodes()
Dxfs_attr_inactive.c135 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_inactive()
396 struct xfs_mount *mp; in xfs_attr_inactive()
Dxfs_aops.c63 struct xfs_mount *mp = ip->i_mount; in xfs_find_bdev_for_inode()
104 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; in xfs_setfilesize_trans_alloc()
191 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; in xfs_finish_ioend()
283 struct xfs_mount *mp = ip->i_mount; in xfs_map_blocks()
601 struct xfs_mount *m = XFS_I(inode)->i_mount; in xfs_map_buffer()
1355 struct xfs_mount *mp = ip->i_mount; in __xfs_get_blocks()
1542 struct xfs_mount *mp = ip->i_mount; in xfs_end_io_direct_write()
Dxfs_inode.h33 struct xfs_mount;
39 struct xfs_mount *i_mount; /* fs mount struct ptr */
Dxfs_extfree_item.c224 struct xfs_mount *mp, in xfs_efi_init()
484 struct xfs_mount *mp, in xfs_efd_init()
DMakefile85 xfs_mount.o \
Dxfs_trace.h103 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount,
127 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount, \
139 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno),
155 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno), \
1007 TP_PROTO(struct xfs_mount *mp, xfs_lsn_t lsn),
1357 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno,
1380 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, \
1390 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno,
1439 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags,
1496 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agblock_t agbno,
[all …]
Dxfs_trans_dquot.c565 struct xfs_mount *mp, in xfs_quota_warn()
743 struct xfs_mount *mp, in xfs_trans_reserve_quota_bydquots()
810 struct xfs_mount *mp = ip->i_mount; in xfs_trans_reserve_quota_nblks()
Dxfs_export.c230 struct xfs_mount *mp = ip->i_mount; in xfs_fs_nfs_commit_metadata()
Dxfs_inode.c703 struct xfs_mount *mp = tp->t_mountp; in xfs_ialloc()
1123 struct xfs_mount *mp = dp->i_mount; in xfs_create()
1316 struct xfs_mount *mp = dp->i_mount; in xfs_create_tmpfile()
1556 struct xfs_mount *mp = ip->i_mount; in xfs_itruncate_extents()
1751 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_truncate()
1806 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_ifree()
1898 struct xfs_mount *mp; in xfs_inactive()
2909 struct xfs_mount *mp = src_dp->i_mount; in xfs_rename()
3361 struct xfs_mount *mp = ip->i_mount; in xfs_iflush()
3467 struct xfs_mount *mp = ip->i_mount; in xfs_iflush_int()
Dxfs_trans.c44 struct xfs_mount *mp) in xfs_trans_init()
552 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_unreserve_and_mod_sb()
900 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_commit()
Dxfs_log_recover.c1705 struct xfs_mount *mp, in xlog_recover_do_inode_buffer()
1831 struct xfs_mount *mp, in xlog_recover_get_buf_lsn()
1967 struct xfs_mount *mp, in xlog_recover_validate_buf_type()
2165 struct xfs_mount *mp, in xlog_recover_do_reg_buffer()
2255 struct xfs_mount *mp, in xlog_recover_do_dquot_buffer()
2455 struct xfs_mount *mp, in xfs_recover_inode_owner_change()
3031 struct xfs_mount *mp = log->l_mp; in xlog_recover_do_icreate_pass2()
3110 struct xfs_mount *mp = log->l_mp; in xlog_recover_buffer_ra_pass2()
3128 struct xfs_mount *mp = log->l_mp; in xlog_recover_inode_ra_pass2()
3153 struct xfs_mount *mp = log->l_mp; in xlog_recover_dquot_ra_pass2()
[all …]
Dxfs_ioctl.c1004 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_xflags()
1045 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_get_trans()
1102 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_check_extsize()
1172 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr()
1519 struct xfs_mount *mp = ip->i_mount; in xfs_file_ioctl()
Dxfs_trans_buf.c192 struct xfs_mount *mp, in xfs_trans_getsb()
242 struct xfs_mount *mp, in xfs_trans_read_buf_map()
Dxfs_attr_list.c230 struct xfs_mount *mp = dp->i_mount; in xfs_attr_node_list()
375 struct xfs_mount *mp = context->dp->i_mount; in xfs_attr3_leaf_list_int()
Dxfs_log_cil.c377 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed()
773 struct xfs_mount *mp, in xfs_log_commit_cil()
Dxfs_iomap.c324 struct xfs_mount *mp, in xfs_iomap_eof_prealloc_initial_size()
435 struct xfs_mount *mp, in xfs_iomap_prealloc_size()
Dxfs_dquot_item.c429 struct xfs_mount *mp, in xfs_qm_qoff_logitem_init()
Dxfs_ioctl32.c62 struct xfs_mount *mp, in xfs_compat_ioc_fsgeometry_v1()
533 struct xfs_mount *mp = ip->i_mount; in xfs_file_compat_ioctl()
Dxfs_iops.c451 struct xfs_mount *mp = ip->i_mount; in xfs_vn_getattr()
752 struct xfs_mount *mp = ip->i_mount; in xfs_setattr_size()
978 struct xfs_mount *mp = ip->i_mount; in xfs_vn_update_time()
Dxfs_buf.c1260 struct xfs_mount *mp = bp->b_target->bt_mount; in _xfs_buf_ioapply()
1631 struct xfs_mount *mp, in xfs_free_buftarg()
1685 struct xfs_mount *mp, in xfs_alloc_buftarg()
Dxfs_bmap_util.c299 struct xfs_mount *mp, in xfs_bmap_disk_count_leaves()
1348 struct xfs_mount *mp = ip->i_mount; in xfs_zero_file_space()
1394 struct xfs_mount *mp = ip->i_mount; in xfs_shift_file_space()
Dxfs_rtalloc.c1179 struct xfs_mount *mp) /* file system mount structure */ in xfs_rtmount_init()
1251 struct xfs_mount *mp) in xfs_rtunmount_inodes()
Dxfs_trans_ail.c723 struct xfs_mount *mp = ailp->xa_mount; in xfs_trans_ail_delete_bulk()
Dxfs_dir2_readdir.c46 struct xfs_mount *mp, in xfs_dir3_get_dtype()
Dxfs_inode_item.c561 struct xfs_mount *mp) in xfs_inode_item_init()
Dxfs_buf_item.c1055 struct xfs_mount *mp = lip->li_mountp; in xfs_buf_iodone_callbacks()
Dxfs_fsops.c121 struct xfs_mount *mp, in xfs_growfs_get_hdr_buf()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_trans_resv.c97 struct xfs_mount *mp, in xfs_calc_inode_res()
129 struct xfs_mount *mp, in xfs_calc_finobt_res()
184 struct xfs_mount *mp) in xfs_calc_write_reservation()
213 struct xfs_mount *mp) in xfs_calc_itruncate_reservation()
243 struct xfs_mount *mp) in xfs_calc_rename_reservation()
261 struct xfs_mount *mp) in xfs_calc_iunlink_remove_reservation()
281 struct xfs_mount *mp) in xfs_calc_link_reservation()
319 struct xfs_mount *mp) in xfs_calc_remove_reservation()
349 struct xfs_mount *mp) in xfs_calc_create_resv_modify()
368 struct xfs_mount *mp) in xfs_calc_create_resv_alloc()
[all …]
Dxfs_ialloc.h24 struct xfs_mount;
34 struct xfs_mount *mp) in xfs_icluster_size_fsb()
45 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
101 struct xfs_mount *mp, /* file system mount structure */
112 struct xfs_mount *mp); /* file system mount structure */
128 struct xfs_mount *mp, /* file system mount structure */
139 struct xfs_mount *mp, /* file system mount structure */
158 int xfs_ialloc_inode_init(struct xfs_mount *mp, struct xfs_trans *tp,
163 int xfs_read_agi(struct xfs_mount *mp, struct xfs_trans *tp,
Dxfs_sb.h24 extern struct xfs_perag *xfs_perag_get(struct xfs_mount *, xfs_agnumber_t);
25 extern struct xfs_perag *xfs_perag_get_tag(struct xfs_mount *, xfs_agnumber_t,
28 extern int xfs_initialize_perag_data(struct xfs_mount *, xfs_agnumber_t);
32 extern int xfs_sync_sb(struct xfs_mount *mp, bool wait);
33 extern void xfs_sb_mount_common(struct xfs_mount *mp, struct xfs_sb *sbp);
Dxfs_alloc.h23 struct xfs_mount;
101 struct xfs_mount *mp; /* file system mount point */
135 xfs_alloc_longest_free_extent(struct xfs_mount *mp,
143 struct xfs_mount *mp); /* file system mount structure */
170 struct xfs_mount *mp, /* file system mount structure */
191 struct xfs_mount *mp, /* mount point structure */
234 int xfs_read_agf(struct xfs_mount *mp, struct xfs_trans *tp,
Dxfs_inode_buf.h35 int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *,
38 int xfs_iread(struct xfs_mount *, struct xfs_trans *,
40 void xfs_dinode_calc_crc(struct xfs_mount *, struct xfs_dinode *);
45 void xfs_inobp_check(struct xfs_mount *, struct xfs_buf *);
Dxfs_symlink_remote.c42 struct xfs_mount *mp, in xfs_symlink_blocks()
52 struct xfs_mount *mp, in xfs_symlink_hdr_set()
103 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_verify()
127 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_read_verify()
146 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_write_verify()
178 struct xfs_mount *mp = ip->i_mount; in xfs_symlink_local_to_remote()
Dxfs_shared.h29 struct xfs_mount;
170 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);
171 int xfs_log_calc_minimum_size(struct xfs_mount *);
236 int xfs_symlink_blocks(struct xfs_mount *mp, int pathlen);
237 int xfs_symlink_hdr_set(struct xfs_mount *mp, xfs_ino_t ino, uint32_t offset,
Dxfs_btree.h24 struct xfs_mount;
195 struct xfs_mount *bc_mp; /* file system mount struct */
287 struct xfs_mount *mp, /* file system mount point */
298 struct xfs_mount *mp, /* file system mount point */
330 struct xfs_mount *mp, /* file system mount point */
344 struct xfs_mount *mp, /* file system mount point */
355 struct xfs_mount *mp, /* file system mount point */
366 struct xfs_mount *mp,
376 struct xfs_mount *mp,
Dxfs_alloc_btree.h27 struct xfs_mount;
60 extern struct xfs_btree_cur *xfs_allocbt_init_cursor(struct xfs_mount *,
63 extern int xfs_allocbt_maxrecs(struct xfs_mount *, int, int);
Dxfs_ialloc_btree.h27 struct xfs_mount;
60 extern struct xfs_btree_cur *xfs_inobt_init_cursor(struct xfs_mount *,
63 extern int xfs_inobt_maxrecs(struct xfs_mount *, int, int);
Dxfs_dquot_buf.c52 struct xfs_mount *mp, in xfs_dqcheck()
176 struct xfs_mount *mp, in xfs_dquot_buf_verify_crc()
209 struct xfs_mount *mp, in xfs_dquot_buf_verify()
255 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_read_verify()
276 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_readahead_verify()
294 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dquot_buf_write_verify()
Dxfs_attr_remote.c52 struct xfs_mount *mp, in xfs_attr3_rmt_blocks()
92 struct xfs_mount *mp, in xfs_attr3_rmt_verify()
122 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_rmt_read_verify()
161 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_rmt_write_verify()
210 struct xfs_mount *mp, in xfs_attr3_rmt_hdr_set()
249 struct xfs_mount *mp, in xfs_attr_rmtval_copyout()
297 struct xfs_mount *mp, in xfs_attr_rmtval_copyin()
353 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_get()
418 struct xfs_mount *mp = dp->i_mount; in xfs_attr_rmtval_set()
561 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_remove()
Dxfs_bmap_btree.h23 struct xfs_mount;
129 extern void xfs_bmbt_to_bmdr(struct xfs_mount *, struct xfs_btree_block *, int,
134 extern int xfs_bmbt_maxrecs(struct xfs_mount *, int blocklen, int leaf);
140 extern struct xfs_btree_cur *xfs_bmbt_init_cursor(struct xfs_mount *,
Dxfs_log_rlimit.c38 struct xfs_mount *mp) in xfs_log_calc_max_attrsetm_res()
60 struct xfs_mount *mp, in xfs_log_get_max_trans_res()
96 struct xfs_mount *mp) in xfs_log_calc_minimum_size()
Dxfs_dir2.h24 struct xfs_mount;
115 xfs_dir_get_ops(struct xfs_mount *mp, struct xfs_inode *dp);
117 xfs_nondir_get_ops(struct xfs_mount *mp, struct xfs_inode *dp);
123 extern int xfs_da_mount(struct xfs_mount *mp);
124 extern void xfs_da_unmount(struct xfs_mount *mp);
Dxfs_trans_resv.h21 struct xfs_mount;
114 void xfs_trans_resv_calc(struct xfs_mount *mp, struct xfs_trans_resv *resp);
Dxfs_bmap.h25 struct xfs_mount;
186 struct xfs_bmap_free *flist, struct xfs_mount *mp);
190 void xfs_bmap_compute_maxlevels(struct xfs_mount *mp, int whichfork);
Dxfs_sb.c50 struct xfs_mount *mp, in xfs_perag_get()
72 struct xfs_mount *mp, in xfs_perag_get_tag()
529 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_verify()
562 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_read_verify()
619 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_write_verify()
658 struct xfs_mount *mp, in xfs_sb_mount_common()
704 struct xfs_mount *mp, in xfs_initialize_perag_data()
761 struct xfs_mount *mp = tp->t_mountp; in xfs_log_sb()
786 struct xfs_mount *mp, in xfs_sync_sb()
Dxfs_ialloc.c48 struct xfs_mount *mp) in xfs_ialloc_cluster_alignment()
131 struct xfs_mount *mp, in xfs_inobt_insert()
220 struct xfs_mount *mp, in xfs_ialloc_inode_init()
744 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag_inobt()
1169 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag()
1309 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc()
1444 struct xfs_mount *mp, in xfs_difree_inobt()
1575 struct xfs_mount *mp, in xfs_difree_finobt()
1683 struct xfs_mount *mp; /* mount structure for filesystem */ in xfs_difree()
1748 struct xfs_mount *mp, in xfs_imap_lookup()
[all …]
Dxfs_attr_remote.h21 int xfs_attr3_rmt_blocks(struct xfs_mount *mp, int attrlen);
Dxfs_dir2_priv.h24 extern int xfs_dir_ino_validate(struct xfs_mount *mp, xfs_ino_t ino);
91 extern bool xfs_dir3_leaf_check_int(struct xfs_mount *mp, struct xfs_inode *dp,
Dxfs_inode_buf.c80 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_inode_buf_verify()
162 struct xfs_mount *mp, in xfs_imap_to_bp()
295 struct xfs_mount *mp, in xfs_dinode_verify()
320 struct xfs_mount *mp, in xfs_dinode_calc_crc()
Dxfs_bmap_btree.c65 struct xfs_mount *mp = ip->i_mount; in xfs_bmdr_to_bmbt()
338 struct xfs_mount *mp, in xfs_bmbt_to_bmdr()
523 struct xfs_mount *mp = cur->bc_mp; in xfs_bmbt_free_block()
642 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_bmbt_verify()
778 struct xfs_mount *mp, /* file system mount point */ in xfs_bmbt_init_cursor()
815 struct xfs_mount *mp, in xfs_bmbt_maxrecs()
Dxfs_ialloc_btree.c213 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_inobt_verify()
373 struct xfs_mount *mp, /* file system mount point */ in xfs_inobt_init_cursor()
411 struct xfs_mount *mp, in xfs_inobt_maxrecs()
Dxfs_alloc_btree.c276 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_allocbt_verify()
454 struct xfs_mount *mp, /* file system mount point */ in xfs_allocbt_init_cursor()
494 struct xfs_mount *mp, in xfs_allocbt_maxrecs()
Dxfs_quota_defs.h155 extern int xfs_dqcheck(struct xfs_mount *mp, xfs_disk_dquot_t *ddq,
Dxfs_dir2.c102 struct xfs_mount *mp) in xfs_da_mount()
164 struct xfs_mount *mp) in xfs_da_unmount()
582 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_grow_inode()
Dxfs_dir2_block.c64 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_verify()
87 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_read_verify()
103 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_write_verify()
133 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_block_read()
145 struct xfs_mount *mp, in xfs_dir3_block_init()
Dxfs_alloc.c320 struct xfs_mount *mp; in xfs_alloc_fixup_trees()
449 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_verify()
478 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_read_verify()
502 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_write_verify()
1827 struct xfs_mount *mp, in xfs_alloc_longest_free_extent()
2200 struct xfs_mount *mp, in xfs_agf_verify()
2242 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agf_read_verify()
2260 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agf_write_verify()
2288 struct xfs_mount *mp, /* mount point structure */ in xfs_read_agf()
2318 struct xfs_mount *mp, /* mount point structure */ in xfs_alloc_read_agf()
Dxfs_da_btree.h130 struct xfs_mount *mp; /* filesystem mount point */
Dxfs_dir2_leaf.c83 struct xfs_mount *mp, in xfs_dir3_leaf_check_int()
149 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_leaf_verify()
180 struct xfs_mount *mp = bp->b_target->bt_mount; in __read_verify()
197 struct xfs_mount *mp = bp->b_target->bt_mount; in __write_verify()
293 struct xfs_mount *mp, in xfs_dir3_leaf_init()
345 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_leaf_get_buf()
Dxfs_attr_leaf.c253 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_verify()
286 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_write_verify()
315 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_read_verify()
836 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr_shortform_allfit()
963 struct xfs_mount *mp = dp->i_mount; in xfs_attr3_leaf_to_node()
1034 struct xfs_mount *mp = dp->i_mount; in xfs_attr3_leaf_create()
1227 struct xfs_mount *mp; in xfs_attr3_leaf_add_work()
1424 struct xfs_mount *mp = leaf1_bp->b_target->bt_mount; in xfs_attr_leaf_order()
2471 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr_leaf_lasthash()
Dxfs_bmap.c212 struct xfs_mount *mp = ip->i_mount; in xfs_default_attroffset()
1727 struct xfs_mount *mp; in xfs_bmap_add_extent_delay_real()
2281 struct xfs_mount *mp = tp->t_mountp; in xfs_bmap_add_extent_unwritten_real()
2941 struct xfs_mount *mp; in xfs_bmap_add_extent_hole_real()
3507 struct xfs_mount *mp = tp->t_mountp; in xfs_bmap_longest_free_extent()
3567 struct xfs_mount *mp = ap->ip->i_mount; in xfs_bmap_btalloc_nullfb()
3601 struct xfs_mount *mp = ap->ip->i_mount; in xfs_bmap_btalloc_filestreams()
4012 struct xfs_mount *mp = ip->i_mount; in xfs_bmapi_read()
4101 struct xfs_mount *mp = ip->i_mount; in xfs_bmapi_reserve_delalloc()
4199 struct xfs_mount *mp = ip->i_mount; in xfs_bmapi_delay()
[all …]
Dxfs_dir2_data.c217 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_verify()
269 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_read_verify()
285 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_write_verify()
Dxfs_btree.c62 struct xfs_mount *mp; /* file system mount point */ in xfs_btree_check_lblock()
105 struct xfs_mount *mp; /* file system mount point */ in xfs_btree_check_sblock()
701 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_read_bufl()
732 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_reada_bufl()
751 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_reada_bufs()
984 struct xfs_mount *mp, in xfs_btree_init_block_int()
1024 struct xfs_mount *mp, in xfs_btree_init_block()
1130 struct xfs_mount *mp = cur->bc_mp; in xfs_btree_get_buf_block()
1160 struct xfs_mount *mp = cur->bc_mp; in xfs_btree_read_buf_block()
Dxfs_attr.c166 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_calc_size()
202 struct xfs_mount *mp = dp->i_mount; in xfs_attr_set()
410 struct xfs_mount *mp = dp->i_mount; in xfs_attr_remove()
Dxfs_da_format.c882 struct xfs_mount *mp, in xfs_dir_get_ops()
898 struct xfs_mount *mp, in xfs_nondir_get_ops()
Dxfs_da_btree.c134 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_da3_node_verify()
181 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_da3_node_write_verify()
305 struct xfs_mount *mp = tp->t_mountp; in xfs_da3_node_create()
2124 struct xfs_mount *mp; in xfs_da3_swap_lastblock()
2408 struct xfs_mount *mp, in xfs_buf_map_from_irec()
2456 struct xfs_mount *mp = dp->i_mount; in xfs_dabuf_map()
Dxfs_log_format.h21 struct xfs_mount;
Dxfs_dir2_node.c88 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_verify()
114 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_read_verify()
130 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_write_verify()
202 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_free_get_buf()
Dxfs_inode_fork.c370 struct xfs_mount *mp = ip->i_mount; in xfs_iformat_btree()
479 struct xfs_mount *mp = ip->i_mount; in xfs_iroot_realloc()
Dxfs_format.h30 struct xfs_mount;
/linux-4.1.27/Documentation/filesystems/
Dxfs-self-describing-metadata.txt225 struct xfs_mount *mp = bp->b_target->bt_mount;
248 struct xfs_mount *mp = bp->b_target->bt_mount;
275 struct xfs_mount *mp = bp->b_target->bt_mount;
300 struct xfs_mount *mp = bp->b_target->bt_mount;