Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 46) sorted by relevance

12

/fs/udf/
Dudftime.c61 #define SPY(y, l, s) (SPD * (365 * y + l) + s) argument
124 long int days, rem, y; in udf_time_to_disk_stamp() local
142 y = 1970; in udf_time_to_disk_stamp()
145 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in udf_time_to_disk_stamp() argument
147 while (days < 0 || days >= (__isleap(y) ? 366 : 365)) { in udf_time_to_disk_stamp()
148 long int yg = y + days / 365 - (days % 365 < 0); in udf_time_to_disk_stamp()
151 days -= ((yg - y) * 365 in udf_time_to_disk_stamp()
153 - LEAPS_THRU_END_OF(y - 1)); in udf_time_to_disk_stamp()
154 y = yg; in udf_time_to_disk_stamp()
156 dest->year = cpu_to_le16(y); in udf_time_to_disk_stamp()
[all …]
DKconfig17 default y
18 depends on (UDF_FS=m && NLS) || (UDF_FS=y && NLS=y)
/fs/xfs/
Dxfs_linux.h160 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
272 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64() argument
274 x += y - 1; in roundup_64()
275 do_div(x, y); in roundup_64()
276 return(x * y); in roundup_64()
279 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y) in howmany_64() argument
281 x += y - 1; in howmany_64()
282 do_div(x, y); in howmany_64()
Dxfs_log.h44 #define XFS_LSN_CMP(x,y) _lsn_cmp(x,y) argument
/fs/
DKconfig21 default y
29 default y if EXT2_FS=y && EXT2_FS_XATTR
30 default y if EXT3_FS=y && EXT3_FS_XATTR
31 default y if EXT4_FS=y
58 default y
175 default y
223 default y
248 default y
257 default y
DKconfig.binfmt4 default y
38 default y
51 default y
73 default y
187 default y
/fs/reiserfs/
DMakefile12 ifeq ($(CONFIG_REISERFS_PROC_INFO),y)
16 ifeq ($(CONFIG_REISERFS_FS_XATTR),y)
20 ifeq ($(CONFIG_REISERFS_FS_SECURITY),y)
24 ifeq ($(CONFIG_REISERFS_FS_POSIX_ACL),y)
/fs/cachefiles/
Dproc.c27 unsigned x, y, z, t; in cachefiles_histogram_show() local
39 y = atomic_read(&cachefiles_mkdir_histogram[index]); in cachefiles_histogram_show()
41 if (x == 0 && y == 0 && z == 0) in cachefiles_histogram_show()
46 seq_printf(m, "%4lu 0.%03u %9u %9u %9u\n", index, t, x, y, z); in cachefiles_histogram_show()
/fs/jfs/
Djfs_debug.h115 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument
119 #define HIGHWATERMARK(x,y) argument
/fs/romfs/
DKconfig40 depends on MTD=y || (ROMFS_FS=m && MTD)
52 depends on BLOCK && (MTD=y || (ROMFS_FS=m && MTD))
58 default y if ROMFS_BACKED_BY_BLOCK || ROMFS_BACKED_BY_BOTH
62 default y if ROMFS_BACKED_BY_MTD || ROMFS_BACKED_BY_BOTH
DMakefile9 ifneq ($(CONFIG_MMU),y)
/fs/nfs/
DKconfig35 default y
45 default y
136 depends on NFS_FS=y && IP_PNP
147 depends on NFS_FS=m && FSCACHE || NFS_FS=y && FSCACHE=y
166 default y
172 default y
/fs/ocfs2/
DKconfig28 default y
42 default y
54 default y
62 default y
/fs/f2fs/
DKconfig20 default y
33 default y
45 default y
/fs/proc/
DKconfig3 default y
38 default y
46 default y
62 default y
/fs/exofs/
DKbuild16 libore-y := ore.o ore_raid.o
19 exofs-y := inode.o file.o symlink.o namei.o dir.o super.o sys.o
/fs/afs/
DKconfig26 depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
/fs/jffs2/
DKconfig34 default y
79 default y
93 default y
121 default y
145 default y
/fs/9p/
DKconfig15 depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
/fs/ubifs/
DKconfig27 default y
35 default y
/fs/fat/
Dmisc.c187 #define IS_LEAP_YEAR(y) (!((y) & 3) && (y) != YEAR_2100) argument
/fs/ext3/
DKconfig34 default y
49 answer 'y' here. If you understand the reliability and data
56 default y
/fs/quota/
DKconfig30 default y
74 default y
/fs/nfs/objlayout/
DKbuild4 objlayoutdriver-y := objio_osd.o pnfs_osd_xdr_cli.o objlayout.o
/fs/sdcardfs/
DKconfig11 default y

12