/fs/xfs/libxfs/ |
D | xfs_rmap_btree.c | 232 __u64 x, y; in xfs_rmapbt_key_diff() local 264 __u64 x, y; in xfs_rmapbt_diff_two_keys() local 377 uint32_t y; in xfs_rmapbt_keys_inorder() local 407 uint32_t y; in xfs_rmapbt_recs_inorder() local
|
D | xfs_bmap.c | 3051 #define ISVALID(x,y) \ in xfs_bmap_adjacent() argument
|
/fs/ext4/ |
D | hash.c | 34 #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
|
/fs/jfs/ |
D | jfs_debug.h | 102 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument 106 #define HIGHWATERMARK(x,y) argument
|
/fs/xfs/ |
D | xfs_linux.h | 141 #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()
|
D | xfs_log.h | 91 #define XFS_LSN_CMP(x,y) _lsn_cmp(x,y) argument
|
/fs/cachefiles/ |
D | proc.c | 23 unsigned x, y, z, t; in cachefiles_histogram_show() local
|
/fs/nfs_common/ |
D | nfsacl.c | 197 cmp_acl_entry(const void *x, const void *y) in cmp_acl_entry()
|
/fs/fat/ |
D | misc.c | 182 #define IS_LEAP_YEAR(y) (!((y) & 3) && (y) != YEAR_2100) argument
|
/fs/ |
D | namei.c | 1972 #define HASH_MIX(x, y, a) \ argument 1983 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash() 2002 #define HASH_MIX(x, y, a) \ argument 2008 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash() 2025 unsigned long a, x = 0, y = (unsigned long)salt; in full_name_hash() local 2046 unsigned long a = 0, x = 0, y = (unsigned long)salt; in hashlen_string() local 2074 unsigned long a = 0, b, x = 0, y = (unsigned long)salt; in hash_name() local
|
D | file.c | 25 #define __const_min(x, y) ((x) < (y) ? (x) : (y)) argument
|
/fs/hpfs/ |
D | hpfs_fn.h | 44 #define CHKCOND(x,y) if (!(x)) printk y argument
|
/fs/ubifs/ |
D | super.c | 1213 long long x, y; in mount_ubifs() local
|
/fs/gfs2/ |
D | super.c | 283 s64 x, y; in gfs2_statfs_change() local
|
D | dir.c | 917 int y; in dir_make_exhash() local 1274 unsigned int x, y; in do_filldir_main() local
|
D | sys.c | 558 unsigned int x, y; in quota_scale_store() local
|
D | quota.c | 1366 unsigned int y; in gfs2_quota_init() local
|
D | rgrp.c | 1188 unsigned int x, y; in gfs2_rgrp_bh_get() local
|
/fs/dlm/ |
D | lowcomms.c | 269 static int addr_compare(struct sockaddr_storage *x, struct sockaddr_storage *y) in addr_compare()
|
/fs/ext2/ |
D | ext2.h | 619 #define A(x,y) BUILD_BUG_ON(x != offsetof(struct ext2_super_block, y)); in verify_offsets() argument
|