Searched refs:xfs_dinode (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_ialloc.h22 struct xfs_dinode;
42 static inline struct xfs_dinode *
H A Dxfs_dinode.h43 typedef struct xfs_dinode { struct
107 ((int)(((mp)->m_sb.sb_inodesize) - sizeof(struct xfs_dinode)))
135 ((char *)(dip) + sizeof(struct xfs_dinode))
156 static inline xfs_dev_t xfs_dinode_get_rdev(struct xfs_dinode *dip)
161 static inline void xfs_dinode_put_rdev(struct xfs_dinode *dip, xfs_dev_t rdev)
H A Dxfs_inode.h22 struct xfs_dinode;
125 * NOTE: This structure must be kept identical to struct xfs_dinode
126 * in xfs_dinode.h except for the endianness annotations.
463 uint xfs_dic2xflags(struct xfs_dinode *);
504 xfs_ino_t, struct xfs_dinode **,
507 struct xfs_inode *, struct xfs_dinode **,
511 void xfs_dinode_to_disk(struct xfs_dinode *,
H A Dxfs_ialloc.c31 #include "xfs_dinode.h"
163 struct xfs_dinode *free;
211 uint isize = sizeof(struct xfs_dinode);
H A Dxfs_log_recover.c32 #include "xfs_dinode.h"
3183 struct xfs_dinode *dip;

Completed in 76 milliseconds