Home
last modified time | relevance | path

Searched defs:y (Results 1 – 20 of 20) sorted by relevance

/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
377 uint32_t y; in xfs_rmapbt_keys_inorder() local
407 uint32_t y; in xfs_rmapbt_recs_inorder() local
Dxfs_bmap.c3051 #define ISVALID(x,y) \ in xfs_bmap_adjacent() argument
/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
/fs/jfs/
Djfs_debug.h102 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument
106 #define HIGHWATERMARK(x,y) argument
/fs/xfs/
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()
Dxfs_log.h91 #define XFS_LSN_CMP(x,y) _lsn_cmp(x,y) argument
/fs/cachefiles/
Dproc.c23 unsigned x, y, z, t; in cachefiles_histogram_show() local
/fs/nfs_common/
Dnfsacl.c197 cmp_acl_entry(const void *x, const void *y) in cmp_acl_entry()
/fs/fat/
Dmisc.c182 #define IS_LEAP_YEAR(y) (!((y) & 3) && (y) != YEAR_2100) argument
/fs/
Dnamei.c1972 #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
Dfile.c25 #define __const_min(x, y) ((x) < (y) ? (x) : (y)) argument
/fs/hpfs/
Dhpfs_fn.h44 #define CHKCOND(x,y) if (!(x)) printk y argument
/fs/ubifs/
Dsuper.c1213 long long x, y; in mount_ubifs() local
/fs/gfs2/
Dsuper.c283 s64 x, y; in gfs2_statfs_change() local
Ddir.c917 int y; in dir_make_exhash() local
1274 unsigned int x, y; in do_filldir_main() local
Dsys.c558 unsigned int x, y; in quota_scale_store() local
Dquota.c1366 unsigned int y; in gfs2_quota_init() local
Drgrp.c1188 unsigned int x, y; in gfs2_rgrp_bh_get() local
/fs/dlm/
Dlowcomms.c269 static int addr_compare(struct sockaddr_storage *x, struct sockaddr_storage *y) in addr_compare()
/fs/ext2/
Dext2.h619 #define A(x,y) BUILD_BUG_ON(x != offsetof(struct ext2_super_block, y)); in verify_offsets() argument