Searched refs:xfs_dinode (Results 1 – 16 of 16) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_fork.h | 10 struct xfs_dinode; 125 struct xfs_dinode *dip) in xfs_dfork_data_extents() 135 struct xfs_dinode *dip) in xfs_dfork_attr_extents() 145 struct xfs_dinode *dip, in xfs_dfork_nextents() 166 int xfs_iformat_data_fork(struct xfs_inode *, struct xfs_dinode *); 167 int xfs_iformat_attr_fork(struct xfs_inode *, struct xfs_dinode *); 168 void xfs_iflush_fork(struct xfs_inode *, struct xfs_dinode *,
|
| H A D | xfs_inode_buf.c | 57 struct xfs_dinode *dip; in xfs_inode_buf_verify() 162 struct xfs_dinode *dip, in xfs_inode_from_disk_ts() 181 struct xfs_dinode *from) in xfs_inode_from_disk() 305 struct xfs_dinode *to) in xfs_inode_to_disk_iext_counters() 324 struct xfs_dinode *to, in xfs_inode_to_disk() 378 struct xfs_dinode *dip, in xfs_dinode_verify_fork() 485 struct xfs_dinode *dip, in xfs_dinode_verify_forkoff() 515 struct xfs_dinode *dip) in xfs_dinode_verify_nrext64() 537 struct xfs_dinode *dip, in xfs_dinode_verify_metadir() 597 struct xfs_dinode *dip) in xfs_dinode_verify() [all …]
|
| H A D | xfs_format.h | 901 struct xfs_dinode { struct 978 #define XFS_DINODE_CRC_OFF offsetof(struct xfs_dinode, di_crc) argument 989 return sizeof(struct xfs_dinode); in xfs_dinode_size() 990 return offsetof(struct xfs_dinode, di_crc); in xfs_dinode_size() 1091 sizeof(struct xfs_dinode) : \ 1092 offsetof(struct xfs_dinode, di_crc)) 1132 static inline xfs_dev_t xfs_dinode_get_rdev(struct xfs_dinode *dip) in xfs_dinode_get_rdev() 1137 static inline void xfs_dinode_put_rdev(struct xfs_dinode *dip, xfs_dev_t rdev) in xfs_dinode_put_rdev() 1244 static inline bool xfs_dinode_has_bigtime(const struct xfs_dinode *dip) in xfs_dinode_has_bigtime() 1251 const struct xfs_dinode *dip) in xfs_dinode_has_large_extent_counts() [all …]
|
| H A D | xfs_ialloc.h | 10 struct xfs_dinode; 30 static inline struct xfs_dinode *
|
| H A D | xfs_rtrefcount_btree.h | 180 int xfs_iformat_rtrefcount(struct xfs_inode *ip, struct xfs_dinode *dip); 184 void xfs_iflush_rtrefcount(struct xfs_inode *ip, struct xfs_dinode *dip);
|
| H A D | xfs_rtrmap_btree.h | 191 int xfs_iformat_rtrmap(struct xfs_inode *ip, struct xfs_dinode *dip); 195 void xfs_iflush_rtrmap(struct xfs_inode *ip, struct xfs_dinode *dip);
|
| H A D | xfs_rtrefcount_btree.c | 634 struct xfs_dinode *dip) in xfs_iformat_rtrefcount() 720 struct xfs_dinode *dip) in xfs_iflush_rtrefcount()
|
| H A D | xfs_ondisk.h | 35 XFS_CHECK_STRUCT_SIZE(struct xfs_dinode, 176); in xfs_check_ondisk_structs()
|
| H A D | xfs_rtrmap_btree.c | 869 struct xfs_dinode *dip) in xfs_iformat_rtrmap() 951 struct xfs_dinode *dip) in xfs_iflush_rtrmap()
|
| /linux/fs/xfs/scrub/ |
| H A D | inode_repair.c | 174 struct xfs_dinode *dip = xfs_buf_offset(bp, ioffset); in xrep_dinode_buf_core() 207 ioffset + sizeof(struct xfs_dinode) - 1); in xrep_dinode_buf_core() 229 struct xfs_dinode *dip) in xrep_dinode_header() 486 struct xfs_dinode *dip) in xrep_dinode_mode() 525 struct xfs_dinode *dip) in xrep_dinode_nlinks() 544 struct xfs_dinode *dip, in xrep_dinode_flags() 597 struct xfs_dinode *dip) in xrep_dinode_zap_symlink() 620 struct xfs_dinode *dip) in xrep_dinode_zap_dir() 643 struct xfs_dinode *dip) in xrep_dinode_size() 694 struct xfs_dinode *dip) in xrep_dinode_extsize_hints() [all …]
|
| H A D | inode.c | 236 struct xfs_dinode *dip, in xchk_inode_extsize() 267 struct xfs_dinode *dip, in xchk_inode_cowextsize() 306 struct xfs_dinode *dip, in xchk_inode_flags() 351 struct xfs_dinode *dip, in xchk_inode_flags2() 400 struct xfs_dinode *dip, in xchk_dinode_nsec() 414 struct xfs_dinode *dip, in xchk_dinode() 698 struct xfs_dinode *dip) in xchk_inode_xref_bmap() 731 struct xfs_dinode *dip) in xchk_inode_xref() 809 struct xfs_dinode di; in xchk_inode()
|
| H A D | ialloc.c | 308 struct xfs_dinode *dip) in xchk_iallocbt_check_cluster_ifree() 443 struct xfs_dinode *dip; in xchk_iallocbt_check_cluster()
|
| H A D | trace.h | 2466 TP_PROTO(struct xfs_scrub *sc, struct xfs_dinode *dip), 2531 TP_PROTO(struct xfs_scrub *sc, struct xfs_dinode *dip), \
|
| /linux/fs/xfs/ |
| H A D | xfs_inode.h | 16 struct xfs_dinode;
|
| H A D | xfs_buf_item_recover.c | 654 offsetof(struct xfs_dinode, di_next_unlinked); in xlog_recover_do_inode_buffer()
|
| H A D | xfs_inode.c | 2379 struct xfs_dinode *dip; in xfs_iflush()
|