Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 96) 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/jfs/
Dendian24.h27 #define __swab24(x) \ argument
37 #define __cpu_to_le24(x) ((__u32)(x)) argument
38 #define __le24_to_cpu(x) ((__u32)(x)) argument
40 #define __cpu_to_le24(x) __swab24(x) argument
41 #define __le24_to_cpu(x) __swab24(x) argument
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/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.c130 void jffs2_free_full_dirent(struct jffs2_full_dirent *x) in jffs2_free_full_dirent()
144 void jffs2_free_full_dnode(struct jffs2_full_dnode *x) in jffs2_free_full_dnode()
158 void jffs2_free_raw_dirent(struct jffs2_raw_dirent *x) in jffs2_free_raw_dirent()
172 void jffs2_free_raw_inode(struct jffs2_raw_inode *x) in jffs2_free_raw_inode()
187 void jffs2_free_tmp_dnode_info(struct jffs2_tmp_dnode_info *x) in jffs2_free_tmp_dnode_info()
251 void jffs2_free_refblock(struct jffs2_raw_node_ref *x) in jffs2_free_refblock()
265 void jffs2_free_node_frag(struct jffs2_node_frag *x) in jffs2_free_node_frag()
279 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/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.c589 unsigned int x; in gfs2_quota_unhold() local
619 s64 x; in do_qc() local
797 unsigned int qx, x; in do_sync() local
961 unsigned int x; in gfs2_quota_lock() local
1037 unsigned int x; in gfs2_quota_unlock() local
1101 unsigned int x; in gfs2_quota_check() local
1148 unsigned int x; in gfs2_quota_change() local
1171 unsigned int x; in gfs2_quota_sync() local
1234 unsigned int x, slot = 0; in gfs2_quota_init() local
Dsuper.h21 unsigned int x; in gfs2_jindex_size() local
Drgrp.c450 int buf, x; in gfs2_rgrp_verify() local
589 int x; in gfs2_free_clones() local
770 int x; in compute_bitstructs() local
1120 unsigned int x, y; in gfs2_rgrp_bh_get() local
1223 int x, length = rgd->rd_length; in gfs2_rgrp_go_unlock() local
1244 unsigned int x; in gfs2_rgrp_send_discards() local
1324 unsigned int x; in gfs2_fitrim() local
2475 unsigned int x; in gfs2_rlist_add() local
2525 unsigned int x; in gfs2_rlist_alloc() local
2543 unsigned int x; in gfs2_rlist_free() local
/fs/freevxfs/
Dvxfs.h221 #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/
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_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
/fs/ufs/
Dinode.c457 #define GET_INODE_DATABLOCK(x) \ in ufs_getfrag_block() argument
460 #define GET_INODE_PTR(x) \ in ufs_getfrag_block() argument
463 #define GET_INDIRECT_DATABLOCK(x) \ in ufs_getfrag_block() argument
466 #define GET_INDIRECT_PTR(x) \ in ufs_getfrag_block() 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.h179 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
333 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64()
340 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y) in howmany_64()
Dxfs_error.h43 #define XFS_WANT_CORRUPTED_GOTO(x,l) \ argument
55 #define XFS_WANT_CORRUPTED_RETURN(x) \ argument
/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