Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 28) sorted by relevance

12

/fs/ncpfs/
Dncp_fs.h6 #define PRINTK(format, args...) printk(KERN_DEBUG format , ## args) argument
10 #define PPRINTK(format, args...) PRINTK(format , ## args) argument
12 #define PPRINTK(format, args...) argument
19 #define DPRINTK(format, args...) PRINTK(format , ## args) argument
21 #define DPRINTK(format, args...) argument
24 #define DDPRINTK(format, args...) PRINTK(format , ## args) argument
26 #define DDPRINTK(format, args...) argument
/fs/
DKconfig.binfmt6 ELF (Executable and Linkable Format) is a format for libraries and
14 executables are distributed solely in ELF format. You definitely
40 other. This makes this format ideal for use in environments where no
59 GDB before 6.7 are confused by ELF core dump files in this format.
72 Support uClinux FLAT format binaries.
79 Support FLAT format compressed binaries
97 with the ELF format.
104 occasional use for this format, enable module support above
109 or /lib/ld.so) are still in a.out format, you will have to
139 SOM is a binary executable format inherited from HP/UX. Say
/fs/quota/
DKconfig50 tristate "Old quota format support"
53 This quota format was (is) used by kernels earlier than 2.4.22. If
55 format say Y here.
58 tristate "Quota format vfsv0 and vfsv1 support"
63 formats. Both these formats support 32-bit UIDs/GIDs and vfsv1 format
/fs/yaffs2/
DKconfig35 bool "Use older-style on-NAND data format with pageStatus byte"
40 Older-style on-NAND data format has a "pageStatus" byte to record
43 format that you need to continue to support. New data written
44 also uses the older-style format. Note: Use of this option
46 older-style format. See notes on tags formats and MTD versions
82 bool "Autoselect yaffs2 format"
/fs/bfs/
Dbfs.h44 #define printf(format, args...) \ argument
45 printk(KERN_ERR "BFS-fs: %s(): " format, __func__, ## args)
/fs/freevxfs/
DKconfig6 file system format. VERITAS VxFS(TM) is the standard file system
12 fstab(5) is 'vxfs' as it describes the file system format, not
/fs/reiserfs/
Dprocfs.c28 char *format; in show_version() local
31 format = "3.6"; in show_version()
33 format = "3.5"; in show_version()
35 format = "unknown"; in show_version()
38 seq_printf(m, "%s format\twith checks %s\n", format, in show_version()
Dreiserfs.h756 #define __RASSERT(cond, scond, format, args...) \ argument
760 __FILE__ ":%i:%s: " format "\n", \
765 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args) argument
768 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args) argument
770 #define RFALSE( cond, format, args... ) do {;} while( 0 ) argument
Ditem_ops.c746 #error Item types must use disk-format assigned values.
/fs/dlm/
Ddebug_fs.c350 int format; member
365 switch (ri->format) { in table_seq_show()
415 ri->format = 1; in table_seq_start()
417 ri->format = 2; in table_seq_start()
419 ri->format = 3; in table_seq_start()
/fs/gfs2/
Dutil.h126 u16 format) in gfs2_metatype_set() argument
131 mh->mh_format = cpu_to_be32(format); in gfs2_metatype_set()
/fs/ntfs/
Ddebug.h35 const char *format, ...);
/fs/befs/
DTODO4 * Convert comments to the Kernel-Doc format.
/fs/hfsplus/
DKconfig7 If you say Y here, you will be able to mount extended format
/fs/hpfs/
DKconfig9 floppies however are in regular MSDOS format, so you don't need this
/fs/cifs/
DTODO52 in the Extended Attribute format their SFU clients would recognize.
80 u) DOS attrs - returned as pseudo-xattr in Samba format (check VFAT and NTFS for this too)
DREADME181 files that are outside of the share) to a samba specific format on the server
214 Although mounting using format corresponding to the CIFS URL specification is
215 not possible in mount.cifs yet, it is possible to use an alternate format
217 syntax) instead of the more widely used UNC format (i.e. \\server\share):
541 create device files and fifos in a format compatible with
/fs/btrfs/
DKconfig2 tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
/fs/isofs/
DKconfig23 which allows for long filenames in unicode format (unicode is the
/fs/ext4/
DKconfig9 the on-disk format of ext4 is not forwards compatible with
/fs/proc/
DKconfig40 Exports the dump image of crashed kernel in ELF format.
/fs/xfs/
DKconfig30 higher level guarantee of consistency. The on-disk data format for
/fs/ext3/
DKconfig15 Other than adding the journal to the file system, the on-disk format
/fs/nfs/
DKconfig109 the format of a DNS domain name and should be set to the DNS domain
/fs/cramfs/
DREADME9 All data is currently in host-endian format; neither mkcramfs nor the

12