Home
last modified time | relevance | path

Searched refs:layout (Results 1 – 25 of 41) sorted by relevance

12

/linux-2.4.37.9/fs/hfs/
Dfile_hdr.c209 const struct hfs_hdr_layout *layout, in hdr_build_meta() argument
216 hfs_put_nl(layout->magic, meta->magic); in hdr_build_meta()
217 hfs_put_nl(layout->version, meta->version); in hdr_build_meta()
218 if (layout->version == htonl(HFS_HDR_VERSION_1)) { in hdr_build_meta()
223 hfs_put_hs(layout->entries, meta->entries); in hdr_build_meta()
225 for (lcv = 0, descr = layout->descr, ptr = meta->descrs; in hdr_build_meta()
226 lcv < layout->entries; ++lcv, ++descr, ptr += 12) { in hdr_build_meta()
255 static inline void init_layout(struct hfs_hdr_layout *layout, in init_layout() argument
259 int lcv, entries = layout->entries; in init_layout()
262 layout->order[lcv] = &layout->descr[lcv]; in init_layout()
[all …]
Dinode.c86 struct hfs_hdr_layout *tmp = HFS_I(inode)->layout; in hfs_put_inode()
89 HFS_I(inode)->layout = NULL; in hfs_put_inode()
DHFS.txt587 file. To give the directory bar the same location, layout, creation
645 header file. To give the directory bar the same location, layout,
702 header file. To give the directory bar the same location, layout,
811 header layout. You may write to the header to change the layout, but
814 default layout. Changes to supported entries are made directly to the
868 in fact the default header layout when fork=netatalk includes a
/linux-2.4.37.9/include/linux/
Dhfs_fs_i.h35 struct hfs_hdr_layout *layout; member
/linux-2.4.37.9/fs/sysv/
DINTRO24 * General layout: all have one boot block, one super block and
76 * Super-block layout:
120 * Inode layout:
/linux-2.4.37.9/include/linux/raid/
Dmd_u.h81 int layout; /* 0 the array's physical layout */ member
Dmd_p.h143 __u32 layout; /* 0 the array's physical layout */ member
/linux-2.4.37.9/Documentation/powerpc/
DzImage_layout.txt25 The layout of the image format is:
/linux-2.4.37.9/arch/arm/boot/compressed/
Dhead-shark.S37 mov r0, r4 @ get the Memory layout from firmware
/linux-2.4.37.9/Documentation/filesystems/
Dcramfs.txt76 See fs/cramfs/README for filesystem layout and implementation notes.
Dntfs.txt30 md driver can be talked into using the same layout as Windows NT. However,
245 - Fixed major bug in inode layout assignment of sequence numbers.
Dext2.txt235 boundary, but this is a legitimate layout in a SPARSE_SUPER filesystem.
279 There are various limits imposed by the on-disk layout of ext2. Other
324 to the on-disk ext2 layout. In a nutshell, the journal is a regular
Dxfs.txt112 disk layout changes after the filesystem has been created.
/linux-2.4.37.9/Documentation/i386/
Dzero-page.txt1 Summary of empty_zero_page layout (kernel point of view)
/linux-2.4.37.9/Documentation/parisc/
DIODC.txt17 The ROM layout is generally icky (only one byte out of every 4-byte-word
/linux-2.4.37.9/Documentation/s390/
DDASD70 - Add IBM'S Disk layout to genhd
Dcds.txt261 // sense-id response buffer layout
398 device dependent I/O commands for the device specific layout of the node
474 During request_irq() processing, the devstat_t layout does not matter as it
558 During request_irq() processing, the devstat_t layout does not matter as it
807 processing. See request_irq() for the devstat_t data layout. The
/linux-2.4.37.9/arch/cris/
DREADME.mm19 First version of CRIS/MMU memory layout specification.
103 The setting of the actual MMU control registers to use this layout would
/linux-2.4.37.9/arch/i386/kernel/
Dentry.S138 pushfl # We get a different stack layout with call gates,
162 pushfl # We get a different stack layout with call gates,
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
DDocumentation.txt57 17.2 Symbios NVRAM layout
58 17.3 Tekram NVRAM layout
828 17.2 Symbios NVRAM layout
887 NVRAM layout details
893 general layout
901 data area layout
1031 17.3 Tekram NVRAM layout
/linux-2.4.37.9/Documentation/kbuild/
Dcommands.txt45 'bzImage' uses a different layout and a different loading algorithm,
/linux-2.4.37.9/Documentation/
DChanges168 modules. In addition, the layout of modules under
175 These changes to the /lib/modules file tree layout also require that
/linux-2.4.37.9/drivers/scsi/
DREADME.ncr53c8xx78 17.2 Symbios NVRAM layout
79 17.3 Tekram NVRAM layout
1510 17.2 Symbios NVRAM layout
1569 NVRAM layout details
1575 general layout
1583 data area layout
1713 17.3 Tekram NVRAM layout
/linux-2.4.37.9/arch/s390/boot/
Dipleckd.S23 # storage layout:
/linux-2.4.37.9/arch/s390x/boot/
Dipleckd.S23 # storage layout:

12