Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_log.h121 struct xfs_mount;
129 xfs_lsn_t xfs_log_done(struct xfs_mount *mp,
133 int _xfs_log_force(struct xfs_mount *mp,
136 void xfs_log_force(struct xfs_mount *mp,
138 int _xfs_log_force_lsn(struct xfs_mount *mp,
142 void xfs_log_force_lsn(struct xfs_mount *mp,
145 int xfs_log_mount(struct xfs_mount *mp,
149 int xfs_log_mount_finish(struct xfs_mount *mp);
150 int xfs_log_mount_cancel(struct xfs_mount *);
151 xfs_lsn_t xlog_assign_tail_lsn(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
235 void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
253 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno()
261 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno()
272 struct xfs_mount *pag_mount; /* owner filesystem */
324 extern int xfs_mod_icount(struct xfs_mount *mp, int64_t delta);
325 extern int xfs_mod_ifree(struct xfs_mount *mp, int64_t delta);
326 extern int xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta,
328 extern int xfs_mod_frextents(struct xfs_mount *mp, int64_t delta);
334 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 */
152 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
153 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, xfs_km_flags_t);
175 int xfs_trans_read_buf_map(struct xfs_mount *mp,
185 struct xfs_mount *mp, in xfs_trans_read_buf()
199 struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struct xfs_mount *, int);
230 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.h79 struct xfs_mount *, struct xfs_dquot *,
98 extern int xfs_qm_newmount(struct xfs_mount *, uint *, uint *);
99 extern void xfs_qm_mount_quotas(struct xfs_mount *);
100 extern void xfs_qm_unmount(struct xfs_mount *);
101 extern void xfs_qm_unmount_quotas(struct xfs_mount *);
125 struct xfs_mount *mp, struct xfs_dquot *udqp, in xfs_trans_reserve_quota_bydquots()
152 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;
93 xfs_efi_log_item_t *xfs_efi_init(struct xfs_mount *, uint);
94 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()
512 struct xfs_mount *mp, in xfs_inode_ag_walk()
619 struct xfs_mount *mp) in xfs_queue_eofblocks()
633 struct xfs_mount *mp = container_of(to_delayed_work(work), in xfs_eofblocks_worker()
634 struct xfs_mount, m_eofblocks_work); in xfs_eofblocks_worker()
641 struct xfs_mount *mp, in xfs_inode_ag_iterator()
668 struct xfs_mount *mp, in xfs_inode_ag_iterator_tag()
[all …]
Dxfs_mount.c66 struct xfs_mount *mp) in xfs_uuid_mount()
109 struct xfs_mount *mp) in xfs_uuid_unmount()
270 struct xfs_mount *mp, in xfs_readsb()
496 struct xfs_mount *mp) in xfs_set_low_space_thresholds()
537 struct xfs_mount *mp) in xfs_check_sizes()
581 struct xfs_mount *mp) in xfs_mount_reset_sbqflags()
628 struct xfs_mount *mp) in xfs_mountfs()
1003 struct xfs_mount *mp) in xfs_unmountfs()
1089 struct xfs_mount *mp, in xfs_fs_writable()
1133 struct xfs_mount *mp, in xfs_mod_icount()
[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_super.c175 struct xfs_mount *mp, in xfs_parseargs()
459 struct xfs_mount *mp, in xfs_showargs()
580 xfs_set_inode32(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode32()
632 xfs_set_inode64(struct xfs_mount *mp, xfs_agnumber_t agcount) in xfs_set_inode64()
690 struct xfs_mount *mp) in xfs_close_devices()
717 struct xfs_mount *mp) in xfs_open_devices()
788 struct xfs_mount *mp) in xfs_setup_devices()
818 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_message.c32 const struct xfs_mount *mp, in __xfs_printk()
43 void func(const struct xfs_mount *mp, const char *fmt, ...) \
76 const struct xfs_mount *mp, in xfs_alert_tag()
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;
45 extern void xfs_inode_item_init(struct xfs_inode *, struct xfs_mount *);
Dxfs_buf_item.h45 struct xfs_mount;
64 int xfs_buf_item_init(struct xfs_buf *, 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_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()
261 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.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()
564 struct xfs_mount *mp, in xfs_log_notify()
585 struct xfs_mount *mp, in xfs_log_release_iclog()
745 struct xfs_mount *mp) in xfs_log_mount_finish()
767 struct xfs_mount *mp) in xfs_log_mount_cancel()
936 struct xfs_mount *mp) in xfs_log_quiesce()
965 struct xfs_mount *mp) in xfs_log_unmount()
[all …]
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()
868 struct xfs_mount *mp, in xfs_qm_dqiter_bufs()
940 struct xfs_mount *mp, in xfs_qm_dqiterate()
1045 struct xfs_mount *mp = ip->i_mount; in xfs_qm_quotacheck_dqadjust()
1394 struct xfs_mount *mp) in xfs_qm_mount_quotas()
1573 struct xfs_mount *mp = dqp->q_mount; in xfs_qm_dqfree_one()
[all …]
Dxfs_log_priv.h24 struct xfs_mount;
361 struct xfs_mount *l_mp; /* mount point */
454 void xlog_print_tic_res(struct xfs_mount *mp, struct xlog_ticket *ticket);
Dxfs_filestream.c147 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_pick_ag()
317 struct xfs_mount *mp = ip->i_mount; in xfs_filestream_lookup_ag()
368 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.h109 struct xfs_mount *bt_mount;
386 extern xfs_buftarg_t *xfs_alloc_buftarg(struct xfs_mount *,
388 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()
564 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_symlink()
Dxfs_itable.h26 typedef int (*bulkstat_one_pf)(struct xfs_mount *mp,
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()
556 struct xfs_mount *mp,/* mount point for filesystem */ in xfs_inumbers()
Dxfs_file.c190 struct xfs_mount *mp = ip->i_mount; in xfs_dir_fsync()
214 struct xfs_mount *mp = ip->i_mount; in xfs_file_fsync()
294 struct xfs_mount *mp = ip->i_mount; in xfs_file_read_iter()
434 struct xfs_mount *mp = ip->i_mount; in xfs_zero_last_block()
482 struct xfs_mount *mp = ip->i_mount; in xfs_zero_eof()
709 struct xfs_mount *mp = ip->i_mount; in xfs_file_dio_aio_write()
1192 struct xfs_mount *mp = ip->i_mount; in xfs_find_get_desired_pgoff()
1341 struct xfs_mount *mp = ip->i_mount; in xfs_seek_hole_data()
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()
931 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()
398 struct xfs_mount *mp, in xfs_qm_scall_setqlim()
637 struct xfs_mount *mp, in xfs_qm_scall_getquota()
763 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_extfree_item.c199 struct xfs_mount *mp, in xfs_efi_init()
463 struct xfs_mount *mp, in xfs_efd_init()
Dxfs_inode.h33 struct xfs_mount;
39 struct xfs_mount *i_mount; /* fs mount struct ptr */
Dxfs_trans.c44 struct xfs_mount *mp) in xfs_trans_init()
545 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_unreserve_and_mod_sb()
893 struct xfs_mount *mp = tp->t_mountp; in __xfs_trans_commit()
981 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_cancel()
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), \
744 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino,
770 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino,
1056 TP_PROTO(struct xfs_mount *mp, xfs_lsn_t lsn),
1407 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno,
1430 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, \
1440 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno,
[all …]
DMakefile85 xfs_mount.o \
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()
195 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; in xfs_finish_ioend()
290 struct xfs_mount *mp = ip->i_mount; in xfs_map_blocks()
606 struct xfs_mount *m = XFS_I(inode)->i_mount; in xfs_map_buffer()
1384 struct xfs_mount *mp = ip->i_mount; in __xfs_get_blocks()
1580 struct xfs_mount *mp = XFS_I(inode)->i_mount; in __xfs_end_io_direct_write()
Dxfs_inode.c754 struct xfs_mount *mp = tp->t_mountp; in xfs_ialloc()
1139 struct xfs_mount *mp = dp->i_mount; in xfs_create()
1324 struct xfs_mount *mp = dp->i_mount; in xfs_create_tmpfile()
1551 struct xfs_mount *mp = ip->i_mount; in xfs_itruncate_extents()
1723 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_truncate()
1778 struct xfs_mount *mp = ip->i_mount; in xfs_inactive_ifree()
1871 struct xfs_mount *mp; in xfs_inactive()
2893 struct xfs_mount *mp = src_dp->i_mount; in xfs_rename()
3345 struct xfs_mount *mp = ip->i_mount; in xfs_iflush()
3451 struct xfs_mount *mp = ip->i_mount; in xfs_iflush_int()
Dxfs_trans_dquot.c571 struct xfs_mount *mp, in xfs_quota_warn()
749 struct xfs_mount *mp, in xfs_trans_reserve_quota_bydquots()
816 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_log_recover.c1705 struct xfs_mount *mp, in xlog_recover_do_inode_buffer()
1830 struct xfs_mount *mp, in xlog_recover_get_buf_lsn()
1976 struct xfs_mount *mp, in xlog_recover_validate_buf_type()
2174 struct xfs_mount *mp, in xlog_recover_do_reg_buffer()
2264 struct xfs_mount *mp, in xlog_recover_do_dquot_buffer()
2464 struct xfs_mount *mp, in xfs_recover_inode_owner_change()
2947 struct xfs_mount *mp = log->l_mp; in xlog_recover_efi_pass2()
3043 struct xfs_mount *mp = log->l_mp; in xlog_recover_do_icreate_pass2()
3160 struct xfs_mount *mp = log->l_mp; in xlog_recover_buffer_ra_pass2()
3178 struct xfs_mount *mp = log->l_mp; in xlog_recover_inode_ra_pass2()
[all …]
Dxfs_ioctl.c1015 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_xflags()
1056 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_get_trans()
1113 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr_check_extsize()
1183 struct xfs_mount *mp = ip->i_mount; in xfs_ioctl_setattr()
1530 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.c383 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed()
779 struct xfs_mount *mp, in xfs_log_commit_cil()
Dxfs_rtalloc.c762 struct xfs_mount *mp, /* file system mount point */ in xfs_growfs_rt_alloc()
1174 struct xfs_mount *mp) /* file system mount structure */ in xfs_rtmount_init()
1246 struct xfs_mount *mp) in xfs_rtunmount_inodes()
Dxfs_dquot_item.c429 struct xfs_mount *mp, in xfs_qm_qoff_logitem_init()
Dxfs_iomap.c362 struct xfs_mount *mp, in xfs_iomap_eof_prealloc_initial_size()
473 struct xfs_mount *mp, in xfs_iomap_prealloc_size()
Dxfs_buf_item.c752 struct xfs_mount *mp) in xfs_buf_item_init()
1057 struct xfs_mount *mp = lip->li_mountp; in xfs_buf_iodone_callbacks()
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_bmap_util.c72 struct xfs_mount *mp = ip->i_mount; in xfs_zero_extent()
325 struct xfs_mount *mp, in xfs_bmap_disk_count_leaves()
1386 struct xfs_mount *mp = ip->i_mount; in xfs_zero_file_space()
1432 struct xfs_mount *mp = ip->i_mount; in xfs_shift_file_space()
Dxfs_iops.c448 struct xfs_mount *mp = ip->i_mount; in xfs_vn_getattr()
749 struct xfs_mount *mp = ip->i_mount; in xfs_setattr_size()
975 struct xfs_mount *mp = ip->i_mount; in xfs_vn_update_time()
Dxfs_buf.c1258 struct xfs_mount *mp = bp->b_target->bt_mount; in _xfs_buf_ioapply()
1630 struct xfs_mount *mp, in xfs_free_buftarg()
1684 struct xfs_mount *mp, in xfs_alloc_buftarg()
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_fsops.c123 struct xfs_mount *mp, in xfs_growfs_get_hdr_buf()
/linux-4.4.14/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;
41 struct xfs_mount *mp) in xfs_icluster_size_fsb()
52 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
106 struct xfs_mount *mp, /* file system mount structure */
117 struct xfs_mount *mp); /* file system mount structure */
133 struct xfs_mount *mp, /* file system mount structure */
144 struct xfs_mount *mp, /* file system mount structure */
163 int xfs_ialloc_inode_init(struct xfs_mount *mp, struct xfs_trans *tp,
168 int xfs_read_agi(struct xfs_mount *mp, struct xfs_trans *tp,
Dxfs_alloc.h23 struct xfs_mount;
101 struct xfs_mount *mp; /* file system mount point */
135 xfs_extlen_t xfs_alloc_longest_free_extent(struct xfs_mount *mp,
137 unsigned int xfs_alloc_min_freelist(struct xfs_mount *mp,
145 struct xfs_mount *mp); /* file system mount structure */
172 struct xfs_mount *mp, /* file system mount structure */
193 struct xfs_mount *mp, /* mount point structure */
236 int xfs_read_agf(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_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_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);
69 int xfs_inobt_rec_check_count(struct xfs_mount *,
Dxfs_btree.h24 struct xfs_mount;
91 struct xfs_mount *__mp = cur->bc_mp; \
106 struct xfs_mount *__mp = cur->bc_mp; \
202 struct xfs_mount *bc_mp; /* file system mount struct */
294 struct xfs_mount *mp, /* file system mount point */
305 struct xfs_mount *mp, /* file system mount point */
337 struct xfs_mount *mp, /* file system mount point */
351 struct xfs_mount *mp, /* file system mount point */
362 struct xfs_mount *mp, /* file system mount point */
373 struct xfs_mount *mp,
[all …]
Dxfs_symlink_remote.c43 struct xfs_mount *mp, in xfs_symlink_blocks()
53 struct xfs_mount *mp, in xfs_symlink_hdr_set()
105 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_verify()
131 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_read_verify()
150 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_symlink_write_verify()
183 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 *);
230 int xfs_symlink_blocks(struct xfs_mount *mp, int pathlen);
231 int xfs_symlink_hdr_set(struct xfs_mount *mp, xfs_ino_t ino, uint32_t offset,
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_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()
211 struct xfs_mount *mp, in xfs_attr3_rmt_hdr_set()
250 struct xfs_mount *mp, in xfs_attr_rmtval_copyout()
298 struct xfs_mount *mp, in xfs_attr_rmtval_copyin()
354 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_get()
419 struct xfs_mount *mp = dp->i_mount; in xfs_attr_rmtval_set()
562 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;
195 struct xfs_bmap_free *flist, struct xfs_mount *mp);
199 void xfs_bmap_compute_maxlevels(struct xfs_mount *mp, int whichfork);
Dxfs_sb.c51 struct xfs_mount *mp, in xfs_perag_get()
73 struct xfs_mount *mp, in xfs_perag_get_tag()
571 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_verify()
604 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_read_verify()
661 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_sb_write_verify()
702 struct xfs_mount *mp, in xfs_sb_mount_common()
753 struct xfs_mount *mp, in xfs_initialize_perag_data()
810 struct xfs_mount *mp = tp->t_mountp; in xfs_log_sb()
835 struct xfs_mount *mp, in xfs_sync_sb()
Dxfs_ialloc.c49 struct xfs_mount *mp) in xfs_ialloc_cluster_alignment()
160 struct xfs_mount *mp, in xfs_inobt_insert()
251 struct xfs_mount *mp, in xfs_ialloc_inode_init()
407 struct xfs_mount *mp, in xfs_align_sparse_ino()
511 struct xfs_mount *mp, in xfs_inobt_insert_sprec()
1112 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag_inobt()
1537 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc_ag()
1677 struct xfs_mount *mp = tp->t_mountp; in xfs_dialloc()
1817 struct xfs_mount *mp, in xfs_difree_inode_chunk()
1889 struct xfs_mount *mp, in xfs_difree_inobt()
[all …]
Dxfs_attr_remote.h21 int xfs_attr3_rmt_blocks(struct xfs_mount *mp, int attrlen);
Dxfs_ialloc_btree.c222 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_inobt_verify()
383 struct xfs_mount *mp, /* file system mount point */ in xfs_inobt_init_cursor()
421 struct xfs_mount *mp, in xfs_inobt_maxrecs()
489 struct xfs_mount *mp, in xfs_inobt_rec_check_count()
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.c79 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()
524 struct xfs_mount *mp = cur->bc_mp; in xfs_bmbt_free_block()
643 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_bmbt_verify()
780 struct xfs_mount *mp, /* file system mount point */ in xfs_bmbt_init_cursor()
817 struct xfs_mount *mp, in xfs_bmbt_maxrecs()
Dxfs_alloc_btree.c276 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_allocbt_verify()
455 struct xfs_mount *mp, /* file system mount point */ in xfs_allocbt_init_cursor()
495 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_alloc.c334 struct xfs_mount *mp; in xfs_alloc_fixup_trees()
463 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_verify()
494 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_read_verify()
518 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agfl_write_verify()
1862 struct xfs_mount *mp, in xfs_alloc_longest_free_extent()
1878 struct xfs_mount *mp, in xfs_alloc_min_freelist()
1935 struct xfs_mount *mp = args->mp; in xfs_alloc_fix_freelist()
2260 struct xfs_mount *mp, in xfs_agf_verify()
2306 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agf_read_verify()
2324 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_agf_write_verify()
[all …]
Dxfs_dir2.c102 struct xfs_mount *mp) in xfs_da_mount()
164 struct xfs_mount *mp) in xfs_da_unmount()
585 struct xfs_mount *mp = dp->i_mount; in xfs_dir2_grow_inode()
Dxfs_dir2_block.c65 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_verify()
90 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_read_verify()
106 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_block_write_verify()
137 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_block_read()
149 struct xfs_mount *mp, in xfs_dir3_block_init()
Dxfs_da_btree.h130 struct xfs_mount *mp; /* filesystem mount point */
Dxfs_dir2_leaf.c84 struct xfs_mount *mp, in xfs_dir3_leaf_check_int()
150 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_leaf_verify()
183 struct xfs_mount *mp = bp->b_target->bt_mount; in __read_verify()
200 struct xfs_mount *mp = bp->b_target->bt_mount; in __write_verify()
298 struct xfs_mount *mp, in xfs_dir3_leaf_init()
350 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_leaf_get_buf()
Dxfs_btree.c63 struct xfs_mount *mp; /* file system mount point */ in xfs_btree_check_lblock()
107 struct xfs_mount *mp; /* file system mount point */ in xfs_btree_check_sblock()
248 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_btree_lblock_verify_crc()
286 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_btree_sblock_verify_crc()
716 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_read_bufl()
747 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_reada_bufl()
766 struct xfs_mount *mp, /* file system mount point */ in xfs_btree_reada_bufs()
999 struct xfs_mount *mp, in xfs_btree_init_block_int()
1039 struct xfs_mount *mp, in xfs_btree_init_block()
1145 struct xfs_mount *mp = cur->bc_mp; in xfs_btree_get_buf_block()
[all …]
Dxfs_attr_leaf.c254 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_verify()
289 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_write_verify()
318 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr3_leaf_read_verify()
840 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_attr_shortform_allfit()
967 struct xfs_mount *mp = dp->i_mount; in xfs_attr3_leaf_to_node()
1038 struct xfs_mount *mp = dp->i_mount; in xfs_attr3_leaf_create()
1231 struct xfs_mount *mp; in xfs_attr3_leaf_add_work()
1428 struct xfs_mount *mp = leaf1_bp->b_target->bt_mount; in xfs_attr_leaf_order()
2475 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()
1726 struct xfs_mount *mp; in xfs_bmap_add_extent_delay_real()
2280 struct xfs_mount *mp = tp->t_mountp; in xfs_bmap_add_extent_unwritten_real()
2940 struct xfs_mount *mp; in xfs_bmap_add_extent_hole_real()
3506 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()
4017 struct xfs_mount *mp = ip->i_mount; in xfs_bmapi_read()
4106 struct xfs_mount *mp = ip->i_mount; in xfs_bmapi_reserve_delalloc()
4204 struct xfs_mount *mp = ip->i_mount; in xfs_bmapi_delay()
[all …]
Dxfs_dir2_data.c218 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_verify()
272 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_read_verify()
288 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_data_write_verify()
Dxfs_attr.c168 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_calc_size()
204 struct xfs_mount *mp = dp->i_mount; in xfs_attr_set()
409 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.c135 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_da3_node_verify()
184 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_da3_node_write_verify()
310 struct xfs_mount *mp = tp->t_mountp; in xfs_da3_node_create()
2135 struct xfs_mount *mp; in xfs_da3_swap_lastblock()
2419 struct xfs_mount *mp, in xfs_buf_map_from_irec()
2467 struct xfs_mount *mp = dp->i_mount; in xfs_dabuf_map()
Dxfs_log_format.h21 struct xfs_mount;
Dxfs_dir2_node.c89 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_verify()
117 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_read_verify()
133 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_free_write_verify()
206 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.4.14/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;