/fs/cifs/ |
D | cifs_debug.h | 49 #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
|
D | TODO | 52 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/ |
D | debug.h | 34 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/ |
D | Kconfig.binfmt | 6 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
|
D | Kconfig | 95 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/ |
D | Kconfig | 35 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/ |
D | super.h | 37 __attribute__ ((format (printf, 3, 4))); 44 __attribute__ ((format (printf, 3, 4)));
|
/fs/bfs/ |
D | bfs.h | 45 #define printf(format, args...) \ argument 46 printk(KERN_ERR "BFS-fs: %s(): " format, __func__, ## args)
|
/fs/ufs/ |
D | ufs.h | 120 …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/ |
D | xfs_error.h | 165 __attribute__ ((format (printf, 3, 0))); 168 __attribute__ ((format (printf, 4, 5))); 170 __attribute__ ((format (printf, 3, 4)));
|
/fs/freevxfs/ |
D | Kconfig | 6 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/ |
D | Kconfig | 97 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
|
D | ibm.c | 108 if (info->format == DASD_FORMAT_LDL) { in ibm_partition() 138 } else if (info->format == DASD_FORMAT_CDL) { in ibm_partition()
|
/fs/reiserfs/ |
D | procfs.c | 31 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/ |
D | ext2.h | 151 __attribute__ ((format (printf, 3, 4))); 153 __attribute__ ((format (printf, 3, 4)));
|
/fs/dlm/ |
D | debug_fs.c | 349 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/ |
D | util.h | 124 u16 format) in gfs2_metatype_set() argument 129 mh->mh_format = cpu_to_be32(format); in gfs2_metatype_set()
|
/fs/xfs/support/ |
D | debug.h | 31 __attribute__ ((format (printf, 2, 3)));
|
/fs/befs/ |
D | TODO | 4 * Convert comments to the Kernel-Doc format.
|
/fs/hfsplus/ |
D | Kconfig | 7 If you say Y here, you will be able to mount extended format
|
/fs/hpfs/ |
D | Kconfig | 9 floppies however are in regular MSDOS format, so you don't need this
|
/fs/btrfs/ |
D | Kconfig | 2 tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
|
/fs/isofs/ |
D | Kconfig | 23 which allows for long filenames in unicode format (unicode is the
|
/fs/ext4/ |
D | ext4.h | 1123 __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/ |
D | Kconfig | 15 Other than adding the journal to the file system, the on-disk format
|