Home
last modified time | relevance | path

Searched defs:vxfs_fsh (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/freevxfs/
Dvxfs_fshead.h44 struct vxfs_fsh { struct
45 u_int32_t fsh_version; /* fileset header version */
46 u_int32_t fsh_fsindex; /* fileset index */
47 u_int32_t fsh_time; /* modification time - sec */
48 u_int32_t fsh_utime; /* modification time - usec */
49 u_int32_t fsh_extop; /* extop flags */
50 vx_ino_t fsh_ninodes; /* allocated inodes */
51 u_int32_t fsh_nau; /* number of IAUs */
52 u_int32_t fsh_old_ilesize; /* old size of ilist */
53 u_int32_t fsh_dflags; /* flags */
[all …]