Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 92) sorted by relevance

1234

/fs/ntfs/
Dendian.h33 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 …]
Dlayout.h134 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/
Dprocfs.c49 #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/
Dnodelist.h36 #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 …]
Dmalloc.c121 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()
Dos-linux.h16 #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
Ddebug.h55 #define D1(x) x argument
57 #define D1(x) argument
61 #define D2(x) x argument
63 #define D2(x) argument
/fs/jfs/
Djfs_debug.h113 #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/
Dlops.h52 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
Dtrace_gfs2.h20 #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
Dquota.c623 u32 x; in gfs2_quota_unhold() local
653 s64 x; in do_qc() local
872 unsigned int qx, x; in do_sync() local
1039 u32 x; in gfs2_quota_lock() local
1112 u32 x; in gfs2_quota_unlock() local
1194 u32 x; in gfs2_quota_check() local
1252 u32 x; in gfs2_quota_change() local
1277 unsigned int x; in gfs2_quota_sync() local
1340 unsigned int x, slot = 0; in gfs2_quota_init() local
Dsuper.h21 unsigned int x; in gfs2_jindex_size() local
Drgrp.c449 int buf, x; in gfs2_rgrp_verify() local
588 int x; in gfs2_free_clones() local
754 int x; in compute_bitstructs() local
1139 unsigned int x, y; in gfs2_rgrp_bh_get() local
1241 int x, length = rgd->rd_length; in gfs2_rgrp_brelse() local
1278 unsigned int x; in gfs2_rgrp_send_discards() local
1358 unsigned int x; in gfs2_fitrim() local
2550 unsigned int x; in gfs2_rlist_add() local
2600 unsigned int x; in gfs2_rlist_alloc() local
2618 unsigned int x; in gfs2_rlist_free() local
/fs/freevxfs/
Dvxfs.h247 #define VXFS_ISFIFO(x) VXFS_IS_TYPE((x),VXFS_IFIFO) argument
248 #define VXFS_ISCHR(x) VXFS_IS_TYPE((x),VXFS_IFCHR) argument
249 #define VXFS_ISDIR(x) VXFS_IS_TYPE((x),VXFS_IFDIR) argument
250 #define VXFS_ISNAM(x) VXFS_IS_TYPE((x),VXFS_IFNAM) argument
251 #define VXFS_ISBLK(x) VXFS_IS_TYPE((x),VXFS_IFBLK) argument
252 #define VXFS_ISLNK(x) VXFS_IS_TYPE((x),VXFS_IFLNK) argument
253 #define VXFS_ISREG(x) VXFS_IS_TYPE((x),VXFS_IFREG) argument
254 #define VXFS_ISCMP(x) VXFS_IS_TYPE((x),VXFS_IFCMP) argument
255 #define VXFS_ISSOC(x) VXFS_IS_TYPE((x),VXFS_IFSOC) argument
257 #define VXFS_ISFSH(x) VXFS_IS_TYPE((x),VXFS_IFFSH) argument
[all …]
/fs/proc/
Dloadavg.c10 #define LOAD_INT(x) ((x) >> FSHIFT) argument
11 #define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100) argument
/fs/xfs/libxfs/
Dxfs_rmap_btree.c251 __u64 x, y; in xfs_rmapbt_key_diff() local
283 __u64 x, y; in xfs_rmapbt_diff_two_keys() local
387 __uint32_t x; in xfs_rmapbt_keys_inorder() local
417 __uint32_t x; in xfs_rmapbt_recs_inorder() local
Dxfs_bmap_btree.h30 #define XFS_EXTFMT_INODE(x) \ argument
33 #define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN) argument
/fs/bfs/
Dfile.c19 #define dprintf(x...) printf(x) argument
21 #define dprintf(x...) argument
Dinode.c29 #define dprintf(x...) printf(x) argument
31 #define dprintf(x...) argument
Ddir.c18 #define dprintf(x...) printf(x) argument
20 #define dprintf(x...) argument
/fs/btrfs/
Draid56.h39 #define is_parity_stripe(x) (((x) == RAID5_P_STRIPE) || \ argument
/fs/udf/
Dudfdecl.h45 #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/
Dore_raid.h29 #define _LLU(x) (unsigned long long)(x) argument
/fs/xfs/
Dxfs_linux.h157 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
318 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64()
325 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y) in howmany_64()
/fs/ncpfs/
Dncplib_kernel.c23 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()

1234