Home
last modified time | relevance | path

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

12

/fs/cifs/
Dcifs_debug.h49 #define cifsfyi(format,arg...) if (cifsFYI & CIFS_INFO) printk(KERN_DEBUG " " __FILE__ ": " format argument
53 #define cifswarn(format, arg...) printk(KERN_WARNING ": " format "\n" , ## arg) argument
58 #define cEVENT(format,arg...) if (cifsERROR) printk(KERN_EVENT __FILE__ ": " format "\n" , ## arg) argument
61 #define cifserror(format,arg...) if (cifsERROR) printk(KERN_ERR " CIFS VFS: " format "\n" "" , ## a… argument
71 #define cEVENT(format, arg...) argument
73 #define cifserror(format, arg...) argument
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)
/fs/ntfs/
Ddebug.h34 const char *format, ...) __attribute__ ((format (printf, 4, 5)));
56 const char *fmt, ...) __attribute__ ((format (printf, 3, 4)));
60 const char *fmt, ...) __attribute__ ((format (printf, 3, 4)));
/fs/
DKconfig.binfmt6 ELF (Executable and Linkable Format) is a format for libraries and
14 executables are distributed solely in ELF format. You definitely
37 other. This makes this format ideal for use in environments where no
56 GDB before 6.7 are confused by ELF core dump files in this format.
69 Support uClinux FLAT format binaries.
76 Support FLAT format compressed binaries
94 with the ELF format.
101 occasional use for this format, enable module support above
106 or /lib/ld.so) are still in a.out format, you will have to
136 SOM is a binary executable format inherited from HP/UX. Say
DKconfig95 tristate "Old quota format support"
98 This quota format was (is) used by kernels earlier than 2.4.22. If
100 format say Y here.
103 tristate "Quota format v2 support"
107 This quota format allows using quotas with 32-bit UIDs/GIDs. If you
/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/ocfs2/
Dsuper.h37 __attribute__ ((format (printf, 3, 4)));
44 __attribute__ ((format (printf, 3, 4)));
/fs/bfs/
Dbfs.h45 #define printf(format, args...) \ argument
46 printk(KERN_ERR "BFS-fs: %s(): " format, __func__, ## args)
/fs/ufs/
Dufs.h120 …ng (struct super_block *, const char *, const char *, ...) __attribute__ ((format (printf, 3, 4)));
121 …or (struct super_block *, const char *, const char *, ...) __attribute__ ((format (printf, 3, 4)));
122 …ic (struct super_block *, const char *, const char *, ...) __attribute__ ((format (printf, 3, 4)));
/fs/xfs/
Dxfs_error.h165 __attribute__ ((format (printf, 3, 0)));
168 __attribute__ ((format (printf, 4, 5)));
170 __attribute__ ((format (printf, 3, 4)));
/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/partitions/
DKconfig97 partition table format used by IBM DASD disks operating under CMS.
120 first sector a new partition table in BSD disklabel format. Saying Y
139 table format, incompatible with all others. Saying Y here allows you
149 partition (VTOC - Virtual Table of Contents). Its format is
204 partition table format used by SGI machines.
211 partition table format used by DEC (now Compaq) Ultrix machines.
219 format, incompatible with all others. Saying Y here allows you to
249 partition table format used by Motorola Delta machines (using
Dibm.c108 if (info->format == DASD_FORMAT_LDL) { in ibm_partition()
138 } else if (info->format == DASD_FORMAT_CDL) { in ibm_partition()
/fs/reiserfs/
Dprocfs.c31 char *format; in show_version() local
34 format = "3.6"; in show_version()
36 format = "3.5"; in show_version()
38 format = "unknown"; in show_version()
41 seq_printf(m, "%s format\twith checks %s\n", format, in show_version()
/fs/ext2/
Dext2.h151 __attribute__ ((format (printf, 3, 4)));
153 __attribute__ ((format (printf, 3, 4)));
/fs/dlm/
Ddebug_fs.c349 int format; member
364 switch (ri->format) { in table_seq_show()
413 ri->format = 1; in table_seq_start()
415 ri->format = 2; in table_seq_start()
417 ri->format = 3; in table_seq_start()
/fs/gfs2/
Dutil.h124 u16 format) in gfs2_metatype_set() argument
129 mh->mh_format = cpu_to_be32(format); in gfs2_metatype_set()
/fs/xfs/support/
Ddebug.h31 __attribute__ ((format (printf, 2, 3)));
/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/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/
Dext4.h1123 __attribute__ ((format (printf, 3, 4)));
1126 __attribute__ ((format (printf, 3, 4)));
1128 __attribute__ ((format (printf, 3, 4)));
1131 __attribute__ ((format (printf, 4, 5)));
/fs/ext3/
DKconfig15 Other than adding the journal to the file system, the on-disk format

12