Searched refs:xfs_trans_t (Results 1 - 25 of 74) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_utils.h21 extern int xfs_dir_ialloc(xfs_trans_t **, xfs_inode_t *, mode_t, xfs_nlink_t,
24 extern int xfs_droplink(xfs_trans_t *, xfs_inode_t *);
25 extern int xfs_bumplink(xfs_trans_t *, xfs_inode_t *);
26 extern void xfs_bump_ino_vers2(xfs_trans_t *, xfs_inode_t *);
H A Dxfs_trans.h428 } xfs_trans_t; typedef in typeref:struct:xfs_trans
452 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
453 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, uint);
454 xfs_trans_t *xfs_trans_dup(xfs_trans_t *);
455 int xfs_trans_reserve(xfs_trans_t *, uint, uint, uint,
457 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t);
458 struct xfs_buf *xfs_trans_get_buf(xfs_trans_t *, struct xfs_buftarg *, xfs_daddr_t,
460 int xfs_trans_read_buf(struct xfs_mount *, xfs_trans_t *,
463 struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struc
[all...]
H A Dxfs_trans_extfree.c37 xfs_trans_get_efi(xfs_trans_t *tp,
61 xfs_trans_log_efi_extent(xfs_trans_t *tp,
88 xfs_trans_get_efd(xfs_trans_t *tp,
113 xfs_trans_log_efd_extent(xfs_trans_t *tp,
H A Dxfs_trans_buf.c136 xfs_trans_get_buf(xfs_trans_t *tp,
175 ASSERT(XFS_BUF_FSPRIVATE2(bp, xfs_trans_t *) == tp);
213 xfs_trans_getsb(xfs_trans_t *tp,
235 if (XFS_BUF_FSPRIVATE2(bp, xfs_trans_t *) == tp) {
273 xfs_trans_t *tp,
331 ASSERT(XFS_BUF_FSPRIVATE2(bp, xfs_trans_t *) == tp);
458 xfs_trans_brelse(xfs_trans_t *tp,
486 ASSERT(XFS_BUF_FSPRIVATE2(bp, xfs_trans_t *) == tp);
580 xfs_trans_bhold(xfs_trans_t *tp,
586 ASSERT(XFS_BUF_FSPRIVATE2(bp, xfs_trans_t *)
[all...]
H A Dxfs_utils.c52 xfs_trans_t **tpp, /* input: current transaction;
67 xfs_trans_t *tp;
68 xfs_trans_t *ntp;
233 xfs_trans_t *tp,
267 xfs_trans_t *tp,
297 xfs_trans_t *tp,
H A Dxfs_trans_inode.c52 xfs_trans_t *tp,
131 xfs_trans_t *tp,
H A Dxfs_rtalloc.c49 STATIC int xfs_rtallocate_range(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t,
51 STATIC int xfs_rtany_summary(xfs_mount_t *, xfs_trans_t *, int, int,
53 STATIC int xfs_rtcheck_range(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t,
55 STATIC int xfs_rtfind_back(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t,
57 STATIC int xfs_rtfind_forw(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t,
59 STATIC int xfs_rtget_summary( xfs_mount_t *, xfs_trans_t *, int,
61 STATIC int xfs_rtmodify_range(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t,
63 STATIC int xfs_rtmodify_summary(xfs_mount_t *, xfs_trans_t *, int,
98 xfs_trans_t *tp;
200 xfs_trans_t *t
[all...]
H A Dxfs_dir2.c175 xfs_trans_t *tp,
196 xfs_trans_t *tp,
274 xfs_trans_t *tp,
327 xfs_trans_t *tp,
408 xfs_trans_t *tp,
458 xfs_trans_t *tp,
523 xfs_trans_t *tp;
648 xfs_trans_t *tp,
670 xfs_trans_t *tp,
702 xfs_trans_t *t
[all...]
H A Dxfs_alloc.h123 xfs_alloc_busy_insert(xfs_trans_t *tp,
H A Dxfs_trans.c575 xfs_trans_t *
584 xfs_trans_t *
590 xfs_trans_t *tp;
629 xfs_trans_t *
631 xfs_trans_t *tp)
633 xfs_trans_t *ntp;
679 xfs_trans_t *tp,
798 xfs_trans_t *tp,
906 xfs_trans_t *tp)
1010 xfs_trans_t *t
[all...]
H A Dxfs_dir2_block.c43 static void xfs_dir2_block_log_leaf(xfs_trans_t *tp, xfs_dabuf_t *bp, int first,
45 static void xfs_dir2_block_log_tail(xfs_trans_t *tp, xfs_dabuf_t *bp);
93 xfs_trans_t *tp; /* transaction structure */
533 xfs_trans_t *tp, /* transaction structure */
556 xfs_trans_t *tp, /* transaction structure */
638 xfs_trans_t *tp; /* transaction pointer */
744 xfs_trans_t *tp; /* transaction pointer */
896 xfs_trans_t *tp; /* transaction pointer */
1043 xfs_trans_t *tp; /* transaction pointer */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_utils.h21 extern int xfs_dir_ialloc(xfs_trans_t **, xfs_inode_t *, mode_t, xfs_nlink_t,
24 extern int xfs_droplink(xfs_trans_t *, xfs_inode_t *);
25 extern int xfs_bumplink(xfs_trans_t *, xfs_inode_t *);
26 extern void xfs_bump_ino_vers2(xfs_trans_t *, xfs_inode_t *);
H A Dxfs_trans.h428 } xfs_trans_t; typedef in typeref:struct:xfs_trans
452 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
453 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, uint);
454 xfs_trans_t *xfs_trans_dup(xfs_trans_t *);
455 int xfs_trans_reserve(xfs_trans_t *, uint, uint, uint,
457 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t);
458 struct xfs_buf *xfs_trans_get_buf(xfs_trans_t *, struct xfs_buftarg *, xfs_daddr_t,
460 int xfs_trans_read_buf(struct xfs_mount *, xfs_trans_t *,
463 struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struc
[all...]
H A Dxfs_trans_extfree.c37 xfs_trans_get_efi(xfs_trans_t *tp,
61 xfs_trans_log_efi_extent(xfs_trans_t *tp,
88 xfs_trans_get_efd(xfs_trans_t *tp,
113 xfs_trans_log_efd_extent(xfs_trans_t *tp,
H A Dxfs_trans_buf.c136 xfs_trans_get_buf(xfs_trans_t *tp,
175 ASSERT(XFS_BUF_FSPRIVATE2(bp, xfs_trans_t *) == tp);
213 xfs_trans_getsb(xfs_trans_t *tp,
235 if (XFS_BUF_FSPRIVATE2(bp, xfs_trans_t *) == tp) {
273 xfs_trans_t *tp,
331 ASSERT(XFS_BUF_FSPRIVATE2(bp, xfs_trans_t *) == tp);
458 xfs_trans_brelse(xfs_trans_t *tp,
486 ASSERT(XFS_BUF_FSPRIVATE2(bp, xfs_trans_t *) == tp);
580 xfs_trans_bhold(xfs_trans_t *tp,
586 ASSERT(XFS_BUF_FSPRIVATE2(bp, xfs_trans_t *)
[all...]
H A Dxfs_utils.c52 xfs_trans_t **tpp, /* input: current transaction;
67 xfs_trans_t *tp;
68 xfs_trans_t *ntp;
233 xfs_trans_t *tp,
267 xfs_trans_t *tp,
297 xfs_trans_t *tp,
H A Dxfs_trans_inode.c52 xfs_trans_t *tp,
131 xfs_trans_t *tp,
H A Dxfs_rtalloc.c49 STATIC int xfs_rtallocate_range(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t,
51 STATIC int xfs_rtany_summary(xfs_mount_t *, xfs_trans_t *, int, int,
53 STATIC int xfs_rtcheck_range(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t,
55 STATIC int xfs_rtfind_back(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t,
57 STATIC int xfs_rtfind_forw(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t,
59 STATIC int xfs_rtget_summary( xfs_mount_t *, xfs_trans_t *, int,
61 STATIC int xfs_rtmodify_range(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t,
63 STATIC int xfs_rtmodify_summary(xfs_mount_t *, xfs_trans_t *, int,
98 xfs_trans_t *tp;
200 xfs_trans_t *t
[all...]
H A Dxfs_dir2.c175 xfs_trans_t *tp,
196 xfs_trans_t *tp,
274 xfs_trans_t *tp,
327 xfs_trans_t *tp,
408 xfs_trans_t *tp,
458 xfs_trans_t *tp,
523 xfs_trans_t *tp;
648 xfs_trans_t *tp,
670 xfs_trans_t *tp,
702 xfs_trans_t *t
[all...]
H A Dxfs_alloc.h123 xfs_alloc_busy_insert(xfs_trans_t *tp,
H A Dxfs_trans.c575 xfs_trans_t *
584 xfs_trans_t *
590 xfs_trans_t *tp;
629 xfs_trans_t *
631 xfs_trans_t *tp)
633 xfs_trans_t *ntp;
679 xfs_trans_t *tp,
798 xfs_trans_t *tp,
906 xfs_trans_t *tp)
1010 xfs_trans_t *t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm.h123 extern void xfs_trans_mod_dquot(xfs_trans_t *, xfs_dquot_t *, uint, long);
124 extern int xfs_trans_reserve_quota_bydquots(xfs_trans_t *, xfs_mount_t *,
126 extern void xfs_trans_dqjoin(xfs_trans_t *, xfs_dquot_t *);
127 extern void xfs_trans_log_dquot(xfs_trans_t *, xfs_dquot_t *);
H A Dxfs_trans_dquot.c40 STATIC void xfs_trans_alloc_dqinfo(xfs_trans_t *);
49 xfs_trans_t *tp,
81 xfs_trans_t *tp,
97 xfs_trans_t *otp,
98 xfs_trans_t *ntp)
153 xfs_trans_t *tp,
177 xfs_trans_t *tp,
203 xfs_trans_t *tp,
305 xfs_trans_t *tp,
331 xfs_trans_t *t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.h123 extern void xfs_trans_mod_dquot(xfs_trans_t *, xfs_dquot_t *, uint, long);
124 extern int xfs_trans_reserve_quota_bydquots(xfs_trans_t *, xfs_mount_t *,
126 extern void xfs_trans_dqjoin(xfs_trans_t *, xfs_dquot_t *);
127 extern void xfs_trans_log_dquot(xfs_trans_t *, xfs_dquot_t *);
H A Dxfs_trans_dquot.c40 STATIC void xfs_trans_alloc_dqinfo(xfs_trans_t *);
49 xfs_trans_t *tp,
81 xfs_trans_t *tp,
97 xfs_trans_t *otp,
98 xfs_trans_t *ntp)
153 xfs_trans_t *tp,
177 xfs_trans_t *tp,
203 xfs_trans_t *tp,
305 xfs_trans_t *tp,
331 xfs_trans_t *t
[all...]

Completed in 212 milliseconds

123