Home
last modified time | relevance | path

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

/fs/fscache/
Dmain.c106 #define HASH_MIX(x, y, a) \ argument
112 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash()
126 unsigned int a, x = 0, y = salt; in fscache_hash() local
/fs/xfs/
Dxfs_linux.h137 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
178 static inline uint64_t rounddown_64(uint64_t x, uint32_t y) in rounddown_64()
184 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64()
191 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/smbfs_common/
Dcifs_md4.c35 static inline u32 F(u32 x, u32 y, u32 z) in F()
40 static inline u32 G(u32 x, u32 y, u32 z) in G()
45 static inline u32 H(u32 x, u32 y, u32 z) in H()
Darc4.h17 u32 x, y; member
Dcifs_arc4.c42 u32 x, y, a, b; in cifs_arc4_crypt() local
/fs/xfs/libxfs/
Dxfs_rmap_btree.c227 __u64 x, y; in xfs_rmapbt_key_diff() local
259 __u64 x, y; in xfs_rmapbt_diff_two_keys() local
372 uint32_t y; in xfs_rmapbt_keys_inorder() local
402 uint32_t y; in xfs_rmapbt_recs_inorder() local
Dxfs_bmap.c3086 #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/fat/
Dmisc.c182 #define IS_LEAP_YEAR(y) (!((y) & 3) && (y) != YEAR_2100) argument
/fs/nfs_common/
Dnfsacl.c268 cmp_acl_entry(const void *x, const void *y) in cmp_acl_entry()
/fs/
Dnamei.c2040 #define HASH_MIX(x, y, a) \ argument
2051 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash()
2070 #define HASH_MIX(x, y, a) \ argument
2076 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash()
2093 unsigned long a, x = 0, y = (unsigned long)salt; in full_name_hash() local
2114 unsigned long a = 0, x = 0, y = (unsigned long)salt; in hashlen_string() local
2142 unsigned long a = 0, b, x = 0, y = (unsigned long)salt; in hash_name() local
Dfile.c30 #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/gfs2/
Ddir.c912 int y; in dir_make_exhash() local
1269 unsigned int x, y; in do_filldir_main() local
Dsys.c628 unsigned int x, y; in quota_scale_store() local
Dsuper.c226 s64 x, y; in gfs2_statfs_change() local
Dquota.c1394 unsigned int y; in gfs2_quota_init() local
Drgrp.c1205 unsigned int x, y; in gfs2_rgrp_bh_get() local
/fs/ubifs/
Dsuper.c1261 long long x, y; in mount_ubifs() local
/fs/dlm/
Dlowcomms.c315 const struct sockaddr_storage *y) in addr_compare()
/fs/ext2/
Dext2.h605 #define A(x,y) BUILD_BUG_ON(x != offsetof(struct ext2_super_block, y)); in verify_offsets() argument