Searched refs:xfs_dir_ino_t (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir_sf.h | 42 typedef struct { __uint8_t i[sizeof(xfs_ino_t)]; } xfs_dir_ino_t; typedef 54 xfs_dir_ino_t parent; /* parent dir inode number */ 58 xfs_dir_ino_t inumber; /* referenced inode number */ 80 void xfs_dir_sf_get_dirino_arch(xfs_dir_ino_t *from, xfs_ino_t *to, xfs_arch_t arch); 81 void xfs_dir_sf_get_dirino(xfs_dir_ino_t *from, xfs_ino_t *to); 89 void xfs_dir_sf_put_dirino_arch(xfs_ino_t *from, xfs_dir_ino_t *to, xfs_arch_t arch); 90 void xfs_dir_sf_put_dirino(xfs_ino_t *from, xfs_dir_ino_t *to);
|
D | xfs_dir_leaf.h | 104 xfs_dir_ino_t inumber; /* inode number for this key */
|
D | xfs_macros.c | 1111 xfs_dir_sf_get_dirino_arch(xfs_dir_ino_t *from, xfs_ino_t *to, xfs_arch_t arch) in xfs_dir_sf_get_dirino_arch() 1116 xfs_dir_sf_get_dirino(xfs_dir_ino_t *from, xfs_ino_t *to) in xfs_dir_sf_get_dirino() 1132 xfs_dir_sf_put_dirino_arch(xfs_ino_t *from, xfs_dir_ino_t *to, xfs_arch_t arch) in xfs_dir_sf_put_dirino_arch() 1137 xfs_dir_sf_put_dirino(xfs_ino_t *from, xfs_dir_ino_t *to) in xfs_dir_sf_put_dirino()
|