Home
last modified time | relevance | path

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

/fs/udf/
Dudftime.c61 #define SPY(y, l, s) (SPD * (365 * y + l) + s) argument
122 long int days, rem, y; in udf_time_to_disk_stamp() local
143 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in udf_time_to_disk_stamp() argument
/fs/jfs/
Djfs_debug.h115 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument
119 #define HIGHWATERMARK(x,y) argument
/fs/xfs/
Dxfs_linux.h156 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
317 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64()
324 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y) in howmany_64()
Dxfs_log.h111 #define XFS_LSN_CMP(x,y) _lsn_cmp(x,y) argument
/fs/cachefiles/
Dproc.c27 unsigned x, y, z, t; in cachefiles_histogram_show() local
/fs/fat/
Dmisc.c180 #define IS_LEAP_YEAR(y) (!((y) & 3) && (y) != YEAR_2100) argument
/fs/nfs_common/
Dnfsacl.c196 cmp_acl_entry(const void *x, const void *y) in cmp_acl_entry()
/fs/hpfs/
Dhpfs_fn.h44 #define CHKCOND(x,y) if (!(x)) printk y argument
/fs/gfs2/
Ddir.c877 int y; in dir_make_exhash() local
1235 unsigned int x, y; in do_filldir_main() local
Dsys.c563 unsigned int x, y; in quota_scale_store() local
Dsuper.c522 s64 x, y; in gfs2_statfs_change() local
Dquota.c1330 unsigned int y; in gfs2_quota_init() local
Drgrp.c1170 unsigned int x, y; in gfs2_rgrp_bh_get() local
/fs/ubifs/
Dsuper.c1150 long long x, y; in mount_ubifs() local
/fs/
Dfile.c29 #define __const_max(x, y) ((x) < (y) ? (x) : (y)) argument
/fs/dlm/
Dlowcomms.c265 static int addr_compare(struct sockaddr_storage *x, struct sockaddr_storage *y) in addr_compare()
/fs/ext2/
Dext2.h636 #define A(x,y) BUILD_BUG_ON(x != offsetof(struct ext2_super_block, y)); in verify_offsets() argument
/fs/xfs/libxfs/
Dxfs_bmap.c3364 #define ISVALID(x,y) \ in xfs_bmap_adjacent() argument