| /fs/ntfs/ |
| D | endian.h | 33 static inline s16 sle16_to_cpu(sle16 x) in sle16_to_cpu() 38 static inline s32 sle32_to_cpu(sle32 x) in sle32_to_cpu() 43 static inline s64 sle64_to_cpu(sle64 x) in sle64_to_cpu() 48 static inline s16 sle16_to_cpup(sle16 *x) in sle16_to_cpup() 53 static inline s32 sle32_to_cpup(sle32 *x) in sle32_to_cpup() 58 static inline s64 sle64_to_cpup(sle64 *x) in sle64_to_cpup() 63 static inline sle16 cpu_to_sle16(s16 x) in cpu_to_sle16() 68 static inline sle32 cpu_to_sle32(s32 x) in cpu_to_sle32() 73 static inline sle64 cpu_to_sle64(s64 x) in cpu_to_sle64() 78 static inline sle16 cpu_to_sle16p(s16 *x) in cpu_to_sle16p() [all …]
|
| D | layout.h | 134 static inline bool __ntfs_is_magic(le32 x, NTFS_RECORD_TYPE r) in __ntfs_is_magic() 138 #define ntfs_is_magic(x, m) __ntfs_is_magic(x, magic_##m) argument 149 #define ntfs_is_file_record(x) ( ntfs_is_magic (x, FILE) ) argument 151 #define ntfs_is_mft_record(x) ( ntfs_is_file_record (x) ) argument 153 #define ntfs_is_indx_record(x) ( ntfs_is_magic (x, INDX) ) argument 155 #define ntfs_is_hole_record(x) ( ntfs_is_magic (x, HOLE) ) argument 158 #define ntfs_is_rstr_record(x) ( ntfs_is_magic (x, RSTR) ) argument 160 #define ntfs_is_rcrd_record(x) ( ntfs_is_magic (x, RCRD) ) argument 163 #define ntfs_is_chkd_record(x) ( ntfs_is_magic (x, CHKD) ) argument 166 #define ntfs_is_baad_record(x) ( ntfs_is_magic (x, BAAD) ) argument [all …]
|
| /fs/reiserfs/ |
| D | procfs.c | 49 #define SF( x ) ( r -> x ) argument 50 #define SFP( x ) SF( s_proc_info_data.x ) argument 51 #define SFPL( x ) SFP( x[ level ] ) argument 52 #define SFPF( x ) SFP( scan_bitmap.x ) argument 53 #define SFPJ( x ) SFP( journal.x ) argument 55 #define D2C( x ) le16_to_cpu( x ) argument 56 #define D4C( x ) le32_to_cpu( x ) argument 57 #define DF( x ) D2C( rs -> s_v1.x ) argument 58 #define DFL( x ) D4C( rs -> s_v1.x ) argument 65 #define DJF( x ) le32_to_cpu( rs -> x ) argument [all …]
|
| /fs/jffs2/ |
| D | nodelist.h | 36 #define cpu_to_je16(x) ((jint16_t){x}) argument 37 #define cpu_to_je32(x) ((jint32_t){x}) argument 38 #define cpu_to_jemode(x) ((jmode_t){os_to_jffs2_mode(x)}) argument 40 #define constant_cpu_to_je16(x) ((jint16_t){x}) argument 41 #define constant_cpu_to_je32(x) ((jint32_t){x}) argument 43 #define je16_to_cpu(x) ((x).v16) argument 44 #define je32_to_cpu(x) ((x).v32) argument 45 #define jemode_to_cpu(x) (jffs2_to_os_mode((x).m)) argument 47 #define cpu_to_je16(x) ((jint16_t){cpu_to_be16(x)}) argument 48 #define cpu_to_je32(x) ((jint32_t){cpu_to_be32(x)}) argument [all …]
|
| D | malloc.c | 121 void jffs2_free_full_dirent(struct jffs2_full_dirent *x) in jffs2_free_full_dirent() 135 void jffs2_free_full_dnode(struct jffs2_full_dnode *x) in jffs2_free_full_dnode() 149 void jffs2_free_raw_dirent(struct jffs2_raw_dirent *x) in jffs2_free_raw_dirent() 163 void jffs2_free_raw_inode(struct jffs2_raw_inode *x) in jffs2_free_raw_inode() 178 void jffs2_free_tmp_dnode_info(struct jffs2_tmp_dnode_info *x) in jffs2_free_tmp_dnode_info() 242 void jffs2_free_refblock(struct jffs2_raw_node_ref *x) in jffs2_free_refblock() 256 void jffs2_free_node_frag(struct jffs2_node_frag *x) in jffs2_free_node_frag() 270 void jffs2_free_inode_cache(struct jffs2_inode_cache *x) in jffs2_free_inode_cache()
|
| D | os-linux.h | 16 #define os_to_jffs2_mode(x) (x) argument 17 #define jffs2_to_os_mode(x) (x) argument 64 #define SECTOR_ADDR(x) ( (((unsigned long)(x) / c->sector_size) * c->sector_size) ) argument
|
| D | debug.h | 55 #define D1(x) x argument 57 #define D1(x) argument 61 #define D2(x) x argument 63 #define D2(x) argument
|
| /fs/jfs/ |
| D | jfs_debug.h | 113 #define INCREMENT(x) ((x)++) argument 114 #define DECREMENT(x) ((x)--) argument 115 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument 117 #define INCREMENT(x) argument 118 #define DECREMENT(x) argument 119 #define HIGHWATERMARK(x,y) argument
|
| /fs/gfs2/ |
| D | lops.h | 52 int x; in lops_before_commit() local 61 int x; in lops_after_commit() local 71 int x; in lops_before_scan() local 82 int x, error; in lops_scan_elements() local 97 int x; in lops_after_scan() local
|
| D | trace_gfs2.h | 20 #define glock_trace_name(x) __print_symbolic(x, \ argument 29 #define block_state_name(x) __print_symbolic(x, \ argument 40 #define rs_func_name(x) __print_symbolic(x, \ argument
|
| D | quota.c | 590 unsigned int x; in gfs2_quota_unhold() local 620 s64 x; in do_qc() local 839 unsigned int qx, x; in do_sync() local 1006 unsigned int x; in gfs2_quota_lock() local 1079 unsigned int x; in gfs2_quota_unlock() local 1161 unsigned int x; in gfs2_quota_check() local 1219 unsigned int x; in gfs2_quota_change() local 1242 unsigned int x; in gfs2_quota_sync() local 1305 unsigned int x, slot = 0; in gfs2_quota_init() local
|
| D | super.h | 21 unsigned int x; in gfs2_jindex_size() local
|
| D | rgrp.c | 450 int buf, x; in gfs2_rgrp_verify() local 589 int x; in gfs2_free_clones() local 781 int x; in compute_bitstructs() local 1170 unsigned int x, y; in gfs2_rgrp_bh_get() local 1272 int x, length = rgd->rd_length; in gfs2_rgrp_brelse() local 1309 unsigned int x; in gfs2_rgrp_send_discards() local 1389 unsigned int x; in gfs2_fitrim() local 2587 unsigned int x; in gfs2_rlist_add() local 2637 unsigned int x; in gfs2_rlist_alloc() local 2655 unsigned int x; in gfs2_rlist_free() local
|
| /fs/freevxfs/ |
| D | vxfs.h | 221 #define VXFS_ISFIFO(x) VXFS_IS_TYPE((x),VXFS_IFIFO) argument 222 #define VXFS_ISCHR(x) VXFS_IS_TYPE((x),VXFS_IFCHR) argument 223 #define VXFS_ISDIR(x) VXFS_IS_TYPE((x),VXFS_IFDIR) argument 224 #define VXFS_ISNAM(x) VXFS_IS_TYPE((x),VXFS_IFNAM) argument 225 #define VXFS_ISBLK(x) VXFS_IS_TYPE((x),VXFS_IFBLK) argument 226 #define VXFS_ISLNK(x) VXFS_IS_TYPE((x),VXFS_IFLNK) argument 227 #define VXFS_ISREG(x) VXFS_IS_TYPE((x),VXFS_IFREG) argument 228 #define VXFS_ISCMP(x) VXFS_IS_TYPE((x),VXFS_IFCMP) argument 229 #define VXFS_ISSOC(x) VXFS_IS_TYPE((x),VXFS_IFSOC) argument 231 #define VXFS_ISFSH(x) VXFS_IS_TYPE((x),VXFS_IFFSH) argument [all …]
|
| /fs/proc/ |
| D | loadavg.c | 10 #define LOAD_INT(x) ((x) >> FSHIFT) argument 11 #define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100) argument
|
| D | meminfo.c | 38 #define K(x) ((x) << (PAGE_SHIFT - 10)) in meminfo_proc_show() argument
|
| /fs/xfs/libxfs/ |
| D | xfs_bmap_btree.h | 30 #define XFS_EXTFMT_INODE(x) \ argument 33 #define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN) argument
|
| /fs/bfs/ |
| D | file.c | 19 #define dprintf(x...) printf(x) argument 21 #define dprintf(x...) argument
|
| D | dir.c | 18 #define dprintf(x...) printf(x) argument 20 #define dprintf(x...) argument
|
| D | inode.c | 29 #define dprintf(x...) printf(x) argument 31 #define dprintf(x...) argument
|
| /fs/btrfs/ |
| D | raid56.h | 39 #define is_parity_stripe(x) (((x) == RAID5_P_STRIPE) || \ argument
|
| /fs/udf/ |
| D | udfdecl.h | 45 #define udf_fixed_to_variable(x) ( ( ( (x) >> 5 ) * 39 ) + ( (x) & 0x0000001F ) ) argument 46 #define udf_variable_to_fixed(x) ( ( ( (x) / 39 ) << 5 ) + ( (x) % 39 ) ) argument
|
| /fs/exofs/ |
| D | ore_raid.h | 29 #define _LLU(x) (unsigned long long)(x) argument
|
| /fs/xfs/ |
| D | xfs_linux.h | 156 #define howmany(x, y) (((x)+((y)-1))/(y)) argument 317 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64() 324 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y) in howmany_64()
|
| /fs/ncpfs/ |
| D | ncplib_kernel.c | 23 static void ncp_add_byte(struct ncp_server *server, __u8 x) in ncp_add_byte() 31 static void ncp_add_word(struct ncp_server *server, __le16 x) in ncp_add_word() 39 static void ncp_add_be16(struct ncp_server *server, __u16 x) in ncp_add_be16() 46 static void ncp_add_dword(struct ncp_server *server, __le32 x) in ncp_add_dword() 54 static void ncp_add_be32(struct ncp_server *server, __u32 x) in ncp_add_be32() 61 static inline void ncp_add_dword_lh(struct ncp_server *server, __u32 x) { in ncp_add_dword_lh()
|