Searched refs:xfs_dev_t (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_utils.h | 22 xfs_dev_t, prid_t, int, xfs_inode_t **, int *);
|
D | xfs_dinode.h | 157 static inline xfs_dev_t xfs_dinode_get_rdev(struct xfs_dinode *dip) in xfs_dinode_get_rdev() 162 static inline void xfs_dinode_put_rdev(struct xfs_dinode *dip, xfs_dev_t rdev) in xfs_dinode_put_rdev()
|
D | xfs_types.h | 43 typedef __u32 xfs_dev_t; typedef
|
D | xfs_vnodeops.h | 29 xfs_dev_t rdev, struct xfs_inode **ipp);
|
D | xfs_inode.h | 81 xfs_dev_t if_rdev; /* dev number if special */ 488 xfs_nlink_t, xfs_dev_t, prid_t, int,
|
D | xfs_utils.c | 58 xfs_dev_t rdev, in xfs_dir_ialloc()
|
D | xfs_vnodeops.c | 1276 xfs_dev_t rdev, in xfs_create()
|
D | xfs_attr_leaf.c | 132 minforkoff = roundup(sizeof(xfs_dev_t), 8) >> 3; in xfs_attr_shortform_bytesfit()
|
D | xfs_inode.c | 974 xfs_dev_t rdev, in xfs_ialloc()
|
D | xfs_bmap.c | 3634 ip->i_d.di_forkoff = roundup(sizeof(xfs_dev_t), 8) >> 3; in xfs_bmap_add_attrfork()
|