Home
last modified time | relevance | path

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

/fs/cifs/
Dmd5.c157 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
158 #define F2(x, y, z) F1(z, x, y) argument
159 #define F3(x, y, z) (x ^ y ^ z) argument
160 #define F4(x, y, z) (y ^ (x | ~z)) argument
163 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/fs/udf/
Dudftime.c60 #define SPY(y, l, s) (SPD * (365 * y + l) + s) argument
121 long int days, rem, y; in udf_time_to_disk_stamp() local
142 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in udf_time_to_disk_stamp() argument
Dballoc.c39 #define leNUM_to_cpup(x, y) xleNUM_to_cpup(x, y) argument
40 #define xleNUM_to_cpup(x, y) (le ## x ## _to_cpup(y)) argument
/fs/jfs/
Djfs_debug.h115 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument
119 #define HIGHWATERMARK(x,y) argument
/fs/xfs/linux-2.6/
Dxfs_linux.h166 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
280 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64()
287 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y) in howmany_64()
/fs/yaffs2/
Dyportenv.h88 #define yaffs_SumCompare(x, y) ((x) == (y)) argument
152 #define yaffs_SumCompare(x, y) ((x) == (y)) argument
/fs/nfs_common/
Dnfsacl.c168 cmp_acl_entry(const void *x, const void *y) in cmp_acl_entry()
/fs/fat/
Dmisc.c166 #define IS_LEAP_YEAR(y) (!((y) & 3) && (y) != YEAR_2100) argument
/fs/xfs/
Dxfs_log.h45 #define XFS_LSN_CMP(x,y) _lsn_cmp(x,y) argument
Dxfs_buf_item.c134 #define xfs_buf_item_log_debug(x,y,z) argument
Dxfs_bmap.c2469 #define ISVALID(x,y) \ in xfs_bmap_adjacent() argument
/fs/gfs2/locking/dlm/
Dmount.c56 char *options, *x, *y; in make_args() local
/fs/gfs2/
Dsys.c300 unsigned int x, y; in quota_scale_store() local
Ddir.c844 int y; in dir_make_exhash() local
1206 unsigned int x, y; in do_filldir_main() local
Dinode.c607 u64 x, y; in pick_formal_ino_2() local
Dquota.c1135 unsigned int y; in gfs2_quota_init() local
Drgrp.c736 unsigned int x, y; in gfs2_rgrp_bh_get() local
/fs/hpfs/
Dhpfs_fn.h36 #define CHKCOND(x,y) if (!(x)) printk y argument
/fs/dlm/
Dconfig.c782 static int addr_compare(struct sockaddr_storage *x, struct sockaddr_storage *y) in addr_compare()