Home
last modified time | relevance | path

Searched refs:xfs_dir2_sf_hdr (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h161 xfs_ino_t xfs_dir2_sf_get_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
163 xfs_ino_t xfs_dir2_sf_get_parent_ino(struct xfs_dir2_sf_hdr *hdr);
164 void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino);
168 struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep);
170 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp);
180 struct xfs_dir2_sf_hdr *hdr, int len);
181 void xfs_dir2_sf_put_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
H A Dxfs_dir2_sf.c43 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_entsize()
59 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_nextentry()
74 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_get_ino()
90 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_ino()
109 struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_get_parent_ino()
118 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_parent_ino()
714 struct xfs_dir2_sf_hdr *sfp; in xfs_dir2_sf_verify()
728 sfp = (struct xfs_dir2_sf_hdr *)ifp->if_u1.if_data; in xfs_dir2_sf_verify()
734 if (size <= offsetof(struct xfs_dir2_sf_hdr, parent) || in xfs_dir2_sf_verify()
1025 struct xfs_dir2_sf_hdr *sfp; in xfs_dir2_sf_replace_needblock()
[all …]
H A Dxfs_da_format.h203 typedef struct xfs_dir2_sf_hdr { struct
224 return sizeof(struct xfs_dir2_sf_hdr) - in xfs_dir2_sf_hdr_size() argument
241 xfs_dir2_sf_firstentry(struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_firstentry()
H A Dxfs_dir2.h16 struct xfs_dir2_sf_hdr;
H A Dxfs_dir2_block.c1100 ASSERT(dp->i_disk_size >= offsetof(struct xfs_dir2_sf_hdr, parent)); in xfs_dir2_sf_to_block()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h161 xfs_ino_t xfs_dir2_sf_get_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
163 xfs_ino_t xfs_dir2_sf_get_parent_ino(struct xfs_dir2_sf_hdr *hdr);
164 void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino);
168 struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep);
170 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp);
180 struct xfs_dir2_sf_hdr *hdr, int len);
181 void xfs_dir2_sf_put_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
H A Dxfs_dir2_sf.c43 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_entsize()
59 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_nextentry()
74 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_get_ino()
90 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_ino()
109 struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_get_parent_ino()
118 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_parent_ino()
714 struct xfs_dir2_sf_hdr *sfp; in xfs_dir2_sf_verify()
728 sfp = (struct xfs_dir2_sf_hdr *)ifp->if_u1.if_data; in xfs_dir2_sf_verify()
734 if (size <= offsetof(struct xfs_dir2_sf_hdr, parent) || in xfs_dir2_sf_verify()
1025 struct xfs_dir2_sf_hdr *sfp; in xfs_dir2_sf_replace_needblock()
[all …]
H A Dxfs_da_format.h203 typedef struct xfs_dir2_sf_hdr { struct
224 return sizeof(struct xfs_dir2_sf_hdr) - in xfs_dir2_sf_hdr_size() argument
241 xfs_dir2_sf_firstentry(struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_firstentry()
H A Dxfs_dir2.h16 struct xfs_dir2_sf_hdr;
H A Dxfs_dir2_block.c1100 ASSERT(dp->i_disk_size >= offsetof(struct xfs_dir2_sf_hdr, parent)); in xfs_dir2_sf_to_block()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h161 xfs_ino_t xfs_dir2_sf_get_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
163 xfs_ino_t xfs_dir2_sf_get_parent_ino(struct xfs_dir2_sf_hdr *hdr);
164 void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino);
168 struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep);
170 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp);
180 struct xfs_dir2_sf_hdr *hdr, int len);
181 void xfs_dir2_sf_put_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
H A Dxfs_dir2_sf.c43 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_entsize()
59 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_nextentry()
74 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_get_ino()
90 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_ino()
109 struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_get_parent_ino()
118 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_parent_ino()
714 struct xfs_dir2_sf_hdr *sfp; in xfs_dir2_sf_verify()
728 sfp = (struct xfs_dir2_sf_hdr *)ifp->if_u1.if_data; in xfs_dir2_sf_verify()
734 if (size <= offsetof(struct xfs_dir2_sf_hdr, parent) || in xfs_dir2_sf_verify()
1025 struct xfs_dir2_sf_hdr *sfp; in xfs_dir2_sf_replace_needblock()
[all …]
H A Dxfs_da_format.h203 typedef struct xfs_dir2_sf_hdr { struct
224 return sizeof(struct xfs_dir2_sf_hdr) - in xfs_dir2_sf_hdr_size() argument
241 xfs_dir2_sf_firstentry(struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_firstentry()
H A Dxfs_dir2.h16 struct xfs_dir2_sf_hdr;
H A Dxfs_dir2_block.c1100 ASSERT(dp->i_disk_size >= offsetof(struct xfs_dir2_sf_hdr, parent)); in xfs_dir2_sf_to_block()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/grubfs/
H A Dxfs.h448 typedef struct xfs_dir2_sf_hdr { struct
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/grubfs/
H A Dxfs.h448 typedef struct xfs_dir2_sf_hdr { struct
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/grubfs/
H A Dxfs.h448 typedef struct xfs_dir2_sf_hdr { struct
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/grubfs/
H A Dxfs.h448 typedef struct xfs_dir2_sf_hdr { struct
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/grubfs/
H A Dxfs.h448 typedef struct xfs_dir2_sf_hdr { struct
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/fs/grubfs/
H A Dxfs.h448 typedef struct xfs_dir2_sf_hdr { struct
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/fs/grubfs/
H A Dxfs.h448 typedef struct xfs_dir2_sf_hdr { struct
/dports/sysutils/syslinux/syslinux-6.03/core/fs/xfs/
H A Dxfs.h399 typedef struct xfs_dir2_sf_hdr { struct