Home
last modified time | relevance | path

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

1234

/fs/ntfs/
Dendian.h19 static inline s16 sle16_to_cpu(sle16 x) in sle16_to_cpu()
24 static inline s32 sle32_to_cpu(sle32 x) in sle32_to_cpu()
29 static inline s64 sle64_to_cpu(sle64 x) in sle64_to_cpu()
34 static inline s16 sle16_to_cpup(sle16 *x) in sle16_to_cpup()
39 static inline s32 sle32_to_cpup(sle32 *x) in sle32_to_cpup()
44 static inline s64 sle64_to_cpup(sle64 *x) in sle64_to_cpup()
49 static inline sle16 cpu_to_sle16(s16 x) in cpu_to_sle16()
54 static inline sle32 cpu_to_sle32(s32 x) in cpu_to_sle32()
59 static inline sle64 cpu_to_sle64(s64 x) in cpu_to_sle64()
64 static inline sle16 cpu_to_sle16p(s16 *x) in cpu_to_sle16p()
[all …]
Dlayout.h120 static inline bool __ntfs_is_magic(le32 x, NTFS_RECORD_TYPE r) in __ntfs_is_magic()
124 #define ntfs_is_magic(x, m) __ntfs_is_magic(x, magic_##m) argument
135 #define ntfs_is_file_record(x) ( ntfs_is_magic (x, FILE) ) argument
137 #define ntfs_is_mft_record(x) ( ntfs_is_file_record (x) ) argument
139 #define ntfs_is_indx_record(x) ( ntfs_is_magic (x, INDX) ) argument
141 #define ntfs_is_hole_record(x) ( ntfs_is_magic (x, HOLE) ) argument
144 #define ntfs_is_rstr_record(x) ( ntfs_is_magic (x, RSTR) ) argument
146 #define ntfs_is_rcrd_record(x) ( ntfs_is_magic (x, RCRD) ) argument
149 #define ntfs_is_chkd_record(x) ( ntfs_is_magic (x, CHKD) ) argument
152 #define ntfs_is_baad_record(x) ( ntfs_is_magic (x, BAAD) ) argument
[all …]
Dntfs.h121 static inline int ntfs_ffs(int x) in ntfs_ffs()
/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()
Ddebug.h55 #define D1(x) x argument
57 #define D1(x) argument
61 #define D2(x) x argument
63 #define D2(x) argument
Dos-linux.h16 #define os_to_jffs2_mode(x) (x) argument
17 #define jffs2_to_os_mode(x) (x) argument
65 #define SECTOR_ADDR(x) ( (((unsigned long)(x) / c->sector_size) * c->sector_size) ) argument
/fs/jfs/
Djfs_debug.h100 #define INCREMENT(x) ((x)++) argument
101 #define DECREMENT(x) ((x)--) argument
102 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument
104 #define INCREMENT(x) argument
105 #define DECREMENT(x) argument
106 #define HIGHWATERMARK(x,y) argument
/fs/gfs2/
Dlops.h49 int x; in lops_before_commit() local
58 int x; in lops_after_commit() local
68 int x; in lops_before_scan() local
79 int x, error; in lops_scan_elements() local
94 int x; in lops_after_scan() local
Dtrace_gfs2.h22 #define glock_trace_name(x) __print_symbolic(x, \ argument
31 #define block_state_name(x) __print_symbolic(x, \ argument
42 #define rs_func_name(x) __print_symbolic(x, \ argument
Dquota.c620 u32 x; in gfs2_quota_unhold() local
650 s64 x; in do_qc() local
872 unsigned int qx, x; in do_sync() local
1040 u32 x; in gfs2_quota_lock() local
1113 u32 x; in gfs2_quota_unlock() local
1195 u32 x; in gfs2_quota_check() local
1253 u32 x; in gfs2_quota_change() local
1278 unsigned int x; in gfs2_quota_sync() local
1341 unsigned int x, slot = 0; in gfs2_quota_init() local
Dsuper.h18 unsigned int x; in gfs2_jindex_size() local
Drgrp.c455 int buf, x; in gfs2_rgrp_verify() local
594 int x; in gfs2_free_clones() local
772 int x; in compute_bitstructs() local
1188 unsigned int x, y; in gfs2_rgrp_bh_get() local
1290 int x, length = rgd->rd_length; in gfs2_rgrp_brelse() local
1327 unsigned int x; in gfs2_rgrp_send_discards() local
1407 unsigned int x; in gfs2_fitrim() local
2604 unsigned int x; in gfs2_rlist_add() local
2668 unsigned int x; in gfs2_rlist_alloc() local
2687 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/ext4/
Dhash.c34 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
35 #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) argument
36 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
44 #define ROUND(f, a, b, c, d, x, s) \ argument
/fs/afs/
Dyfsclient.c25 #define xdr_size(x) (sizeof(*x) / sizeof(__be32)) argument
29 const struct yfs_xdr_YFSFid *x = (const void *)*_bp; in xdr_decode_YFSFid() local
46 struct yfs_xdr_u64 *x = (void *)bp; in xdr_encode_u64() local
54 struct yfs_xdr_YFSFid *x = (void *)bp; in xdr_encode_YFSFid() local
90 struct yfs_xdr_YFSStoreStatus *x = (void *)bp; in xdr_encode_YFSStoreStatus_mode() local
102 struct yfs_xdr_YFSStoreStatus *x = (void *)bp; in xdr_encode_YFSStoreStatus_mtime() local
164 __be32 x[4]; in xdr_dump_bad() local
239 struct yfs_xdr_YFSCallBack *x = (void *)*_bp; in xdr_decode_YFSCallBack() local
256 struct yfs_xdr_YFSVolSync *x = (void *)*_bp; in xdr_decode_YFSVolSync() local
273 struct yfs_xdr_YFSStoreStatus *x = (void *)bp; in xdr_encode_YFS_StoreStatus() local
[all …]
/fs/xfs/libxfs/
Dxfs_rmap_btree.c232 __u64 x, y; in xfs_rmapbt_key_diff() local
264 __u64 x, y; in xfs_rmapbt_diff_two_keys() local
376 uint32_t x; in xfs_rmapbt_keys_inorder() local
406 uint32_t x; in xfs_rmapbt_recs_inorder() local
/fs/bfs/
Dfile.c20 #define dprintf(x...) printf(x) argument
22 #define dprintf(x...) argument
Ddir.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
/fs/xfs/
Dxfs_error.h43 #define XFS_WANT_CORRUPTED_GOTO(mp, x, l) \ argument
55 #define XFS_WANT_CORRUPTED_RETURN(mp, x) \ argument
Dxfs_linux.h141 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
208 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64()
215 static inline uint64_t howmany_64(uint64_t x, uint32_t y) in howmany_64()
/fs/btrfs/
Draid56.h27 #define is_parity_stripe(x) (((x) == RAID5_P_STRIPE) || \ argument
/fs/udf/
Dudfdecl.h37 #define udf_fixed_to_variable(x) ( ( ( (x) >> 5 ) * 39 ) + ( (x) & 0x0000001F ) ) argument
38 #define udf_variable_to_fixed(x) ( ( ( (x) / 39 ) << 5 ) + ( (x) % 39 ) ) argument

1234