/fs/udf/ |
D | udftime.c | 61 #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/ |
D | jfs_debug.h | 115 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument 119 #define HIGHWATERMARK(x,y) argument
|
/fs/xfs/ |
D | xfs_linux.h | 156 #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()
|
D | xfs_log.h | 111 #define XFS_LSN_CMP(x,y) _lsn_cmp(x,y) argument
|
/fs/cachefiles/ |
D | proc.c | 27 unsigned x, y, z, t; in cachefiles_histogram_show() local
|
/fs/fat/ |
D | misc.c | 180 #define IS_LEAP_YEAR(y) (!((y) & 3) && (y) != YEAR_2100) argument
|
/fs/nfs_common/ |
D | nfsacl.c | 196 cmp_acl_entry(const void *x, const void *y) in cmp_acl_entry()
|
/fs/hpfs/ |
D | hpfs_fn.h | 44 #define CHKCOND(x,y) if (!(x)) printk y argument
|
/fs/gfs2/ |
D | dir.c | 877 int y; in dir_make_exhash() local 1235 unsigned int x, y; in do_filldir_main() local
|
D | sys.c | 563 unsigned int x, y; in quota_scale_store() local
|
D | super.c | 522 s64 x, y; in gfs2_statfs_change() local
|
D | quota.c | 1330 unsigned int y; in gfs2_quota_init() local
|
D | rgrp.c | 1170 unsigned int x, y; in gfs2_rgrp_bh_get() local
|
/fs/ubifs/ |
D | super.c | 1150 long long x, y; in mount_ubifs() local
|
/fs/ |
D | file.c | 29 #define __const_max(x, y) ((x) < (y) ? (x) : (y)) argument
|
/fs/dlm/ |
D | lowcomms.c | 265 static int addr_compare(struct sockaddr_storage *x, struct sockaddr_storage *y) in addr_compare()
|
/fs/ext2/ |
D | ext2.h | 636 #define A(x,y) BUILD_BUG_ON(x != offsetof(struct ext2_super_block, y)); in verify_offsets() argument
|
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3364 #define ISVALID(x,y) \ in xfs_bmap_adjacent() argument
|