Searched refs:whichfork (Results 26 - 48 of 48) sorted by relevance

12

/linux-master/fs/xfs/
H A Dxfs_bmap_util.c107 int whichfork,
112 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork);
125 error = xfs_iread_extents(tp, ip, whichfork);
129 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
263 int whichfork, lock, error = 0; local
288 whichfork = XFS_ATTR_FORK;
290 whichfork = XFS_COW_FORK;
292 whichfork = XFS_DATA_FORK;
295 switch (whichfork) {
308 if (!xfs_ifork_ptr(ip, whichfork))
104 xfs_bmap_count_blocks( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_extnum_t *nextents, xfs_filblks_t *count) argument
[all...]
H A Dxfs_trace.h1452 int whichfork, struct xfs_bmbt_irec *irec),
1453 TP_ARGS(ip, offset, count, whichfork, irec),
1460 __field(int, whichfork)
1471 __entry->whichfork = whichfork;
1483 __print_symbolic(__entry->whichfork, XFS_WHICHFORK_STRINGS),
1492 int whichfork, struct xfs_bmbt_irec *irec), \
1493 TP_ARGS(ip, offset, count, whichfork, irec))
2882 int whichfork,
2886 TP_ARGS(mp, agno, op, agbno, ino, whichfork, offse
[all...]
H A Dxfs_rmap_item.c234 int whichfork,
240 if (whichfork == XFS_ATTR_FORK)
231 xfs_trans_set_rmap_flags( struct xfs_map_extent *map, enum xfs_rmap_intent_type type, int whichfork, xfs_exntst_t state) argument
H A Dxfs_icache.c1779 int whichfork)
1781 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork);
1792 whichfork == XFS_DATA_FORK ? "data" : "cow",
1798 #define xfs_check_delalloc(ip, whichfork) do { } while (0)
1777 xfs_check_delalloc( struct xfs_inode *ip, int whichfork) argument
H A Dxfs_inode.c1409 int whichfork,
1429 flags |= xfs_bmapi_aflag(whichfork);
1452 if (whichfork == XFS_DATA_FORK) {
3912 int whichfork)
3916 switch (whichfork) {
1406 xfs_itruncate_extents_flags( struct xfs_trans **tpp, struct xfs_inode *ip, int whichfork, xfs_fsize_t new_size, int flags) argument
3910 xfs_ifork_zapped( const struct xfs_inode *ip, int whichfork) argument
H A Dxfs_attr_item.c536 args->whichfork = XFS_ATTR_FORK;
H A Dxfs_iomap.c416 int whichfork,
424 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork);
414 xfs_iomap_prealloc_size( struct xfs_inode *ip, int whichfork, loff_t offset, loff_t count, struct xfs_iext_cursor *icur) argument
H A Dxfs_ioctl.c991 int whichfork,
995 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork);
989 xfs_fill_fsxattr( struct xfs_inode *ip, int whichfork, struct fileattr *fa) argument
/linux-master/fs/xfs/scrub/
H A Dtrace.h232 TP_PROTO(struct xfs_scrub *sc, int whichfork,
234 TP_ARGS(sc, whichfork, offset, error, ret_ip),
238 __field(int, whichfork)
247 __entry->whichfork = whichfork;
256 __print_symbolic(__entry->whichfork, XFS_WHICHFORK_STRINGS),
331 TP_PROTO(struct xfs_scrub *sc, int whichfork,
333 TP_ARGS(sc, whichfork, offset, ret_ip),
337 __field(int, whichfork)
345 __entry->whichfork
[all...]
H A Dinode_repair.c731 int whichfork)
739 nex = xfs_dfork_nextents(dip, whichfork);
743 dp = XFS_DFORK_PTR(dip, whichfork);
750 fa = xfs_bmap_validate_extent_raw(sc->mp, isrt, whichfork,
765 int whichfork)
774 nex = xfs_dfork_nextents(dip, whichfork);
781 dfp = XFS_DFORK_PTR(dip, whichfork);
787 if (level == 0 || level >= XFS_BM_MAXLEVELS(sc->mp, whichfork))
727 xrep_dinode_bad_extents_fork( struct xfs_scrub *sc, struct xfs_dinode *dip, unsigned int dfork_size, int whichfork) argument
761 xrep_dinode_bad_bmbt_fork( struct xfs_scrub *sc, struct xfs_dinode *dip, unsigned int dfork_size, int whichfork) argument
H A Dnewbt.c106 int whichfork,
119 xnr->ifake.if_fork_size = xfs_inode_fork_size(sc->ip, whichfork);
103 xrep_newbt_init_inode( struct xrep_newbt *xnr, struct xfs_scrub *sc, int whichfork, const struct xfs_owner_info *oinfo) argument
H A Dreaddir.c325 .whichfork = XFS_DATA_FORK,
H A Drepair.c798 int whichfork,
805 max_extents = xfs_iext_max_nextents(inode_has_nrext64, whichfork);
813 max_extents = xfs_iext_max_nextents(true, whichfork);
796 xrep_ino_ensure_extent_count( struct xfs_scrub *sc, int whichfork, xfs_extnum_t nextents) argument
H A Dattr.c165 .whichfork = XFS_ATTR_FORK,
H A Dbtree.c478 bs->cur->bc_ino.whichfork == XFS_DATA_FORK &&
H A Ddir.c625 .whichfork = XFS_DATA_FORK,
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_staging.c150 int whichfork)
158 cur->bc_ino.whichfork = whichfork;
147 xfs_btree_commit_ifakeroot( struct xfs_btree_cur *cur, struct xfs_trans *tp, int whichfork) argument
H A Dxfs_rmap.c2706 int whichfork)
2708 return xfs_has_rmapbt(mp) && whichfork != XFS_COW_FORK;
2720 int whichfork,
2729 owner, whichfork,
2738 ri->ri_whichfork = whichfork;
2750 int whichfork,
2755 if (!xfs_rmap_update_is_needed(tp->t_mountp, whichfork))
2758 if (whichfork != XFS_ATTR_FORK && xfs_is_reflink_inode(ip))
2761 __xfs_rmap_add(tp, type, ip->i_ino, whichfork, PREV);
2769 int whichfork,
2704 xfs_rmap_update_is_needed( struct xfs_mount *mp, int whichfork) argument
2716 __xfs_rmap_add( struct xfs_trans *tp, enum xfs_rmap_intent_type type, uint64_t owner, int whichfork, struct xfs_bmbt_irec *bmap) argument
2747 xfs_rmap_map_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) argument
2766 xfs_rmap_unmap_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) argument
2790 xfs_rmap_convert_extent( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) argument
[all...]
H A Dxfs_dir2.c295 args->whichfork = XFS_DATA_FORK;
383 args->whichfork = XFS_DATA_FORK;
457 args->whichfork = XFS_DATA_FORK;
518 args->whichfork = XFS_DATA_FORK;
H A Dxfs_btree.c369 cur->bc_ino.whichfork, cur->bc_ops->name,
828 return xfs_ifork_ptr(cur->bc_ino.ip, cur->bc_ino.whichfork);
1562 xfs_ilog_fbroot(cur->bc_ino.whichfork));
1605 xfs_ilog_fbroot(cur->bc_ino.whichfork));
1674 xfs_ilog_fbroot(cur->bc_ino.whichfork));
3211 cur->bc_ino.whichfork);
3224 XFS_ILOG_CORE | xfs_ilog_fbroot(cur->bc_ino.whichfork);
3395 xfs_iroot_realloc(ip, 1, cur->bc_ino.whichfork);
3745 int whichfork = cur->bc_ino.whichfork; local
[all...]
H A Dxfs_attr.c268 args->whichfork = XFS_ATTR_FORK;
941 args->whichfork = XFS_ATTR_FORK;
H A Dxfs_btree.h277 char whichfork; member in struct:xfs_btree_cur::__anon1028::__anon1029
H A Dxfs_attr_leaf.c904 nargs.whichfork = XFS_ATTR_FORK;
1106 nargs.whichfork = XFS_ATTR_FORK;

Completed in 224 milliseconds

12