Searched refs:ext_inode_hdr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dext4_extents.h182 static inline struct ext4_extent_header *ext_inode_hdr(struct inode *inode) function
194 return le16_to_cpu(ext_inode_hdr(inode)->eh_depth);
H A Dextents.c454 return ext4_ext_check(inode, ext_inode_hdr(inode), ext_depth(inode));
644 eh = ext_inode_hdr(inode);
662 eh = ext_inode_hdr(inode);
1144 neh = ext_inode_hdr(inode);
2380 path[0].p_hdr = ext_inode_hdr(inode);
2470 ext_inode_hdr(inode)->eh_depth = 0;
2471 ext_inode_hdr(inode)->eh_max =

Completed in 119 milliseconds