Home
last modified time | relevance | path

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

12

/fs/xfs/libxfs/
Dxfs_rmap_btree.c232 __u64 x, y; in xfs_rmapbt_key_diff() local
240 y = rec->rm_owner; in xfs_rmapbt_key_diff()
241 if (x > y) in xfs_rmapbt_key_diff()
243 else if (y > x) in xfs_rmapbt_key_diff()
247 y = rec->rm_offset; in xfs_rmapbt_key_diff()
248 if (x > y) in xfs_rmapbt_key_diff()
250 else if (y > x) in xfs_rmapbt_key_diff()
264 __u64 x, y; in xfs_rmapbt_diff_two_keys() local
272 y = be64_to_cpu(kp2->rm_owner); in xfs_rmapbt_diff_two_keys()
273 if (x > y) in xfs_rmapbt_diff_two_keys()
[all …]
/fs/xfs/
Dxfs_linux.h141 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
208 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64() argument
210 x += y - 1; in roundup_64()
211 do_div(x, y); in roundup_64()
212 return x * y; in roundup_64()
215 static inline uint64_t howmany_64(uint64_t x, uint32_t y) in howmany_64() argument
217 x += y - 1; in howmany_64()
218 do_div(x, y); in howmany_64()
Dxfs_log.h91 #define XFS_LSN_CMP(x,y) _lsn_cmp(x,y) argument
DMakefile131 ifeq ($(CONFIG_XFS_ONLINE_SCRUB),y)
160 ifeq ($(CONFIG_XFS_ONLINE_REPAIR),y)
/fs/reiserfs/
DMakefile13 ifeq ($(CONFIG_REISERFS_PROC_INFO),y)
17 ifeq ($(CONFIG_REISERFS_FS_XATTR),y)
21 ifeq ($(CONFIG_REISERFS_FS_SECURITY),y)
25 ifeq ($(CONFIG_REISERFS_FS_POSIX_ACL),y)
/fs/cachefiles/
Dproc.c23 unsigned x, y, z, t; in cachefiles_histogram_show() local
35 y = atomic_read(&cachefiles_mkdir_histogram[index]); in cachefiles_histogram_show()
37 if (x == 0 && y == 0 && z == 0) in cachefiles_histogram_show()
42 seq_printf(m, "%4lu 0.%03u %9u %9u %9u\n", index, t, x, y, z); in cachefiles_histogram_show()
/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/
DKconfig30 default y if EXT2_FS=y && EXT2_FS_XATTR
31 default y if EXT4_FS=y
97 default y
106 default y
230 default y
274 default y
303 default y
312 default y
Dnamei.c1972 #define HASH_MIX(x, y, a) \ argument
1974 y ^= x, x = rol64(x,12),\
1975 x += y, y = rol64(y,45),\
1976 y *= 9 )
1983 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash() argument
1985 y ^= x * GOLDEN_RATIO_64; in fold_hash()
1986 y *= GOLDEN_RATIO_64; in fold_hash()
1987 return y >> 32; in fold_hash()
2002 #define HASH_MIX(x, y, a) \ argument
2004 y ^= x, x = rol32(x, 7),\
[all …]
DKconfig.binfmt9 default y
41 default y if !BINFMT_ELF
60 default y
82 default y
205 default y
/fs/nfs/
DKconfig36 default y
46 default y
158 default y
162 depends on NFS_FS=y && IP_PNP
173 depends on NFS_FS=m && FSCACHE || NFS_FS=y && FSCACHE=y
192 default y
198 default y
/fs/jfs/
Djfs_debug.h102 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument
106 #define HIGHWATERMARK(x,y) argument
/fs/romfs/
DKconfig41 depends on MTD=y || (ROMFS_FS=m && MTD)
53 depends on BLOCK && (MTD=y || (ROMFS_FS=m && MTD))
59 default y if ROMFS_BACKED_BY_BLOCK || ROMFS_BACKED_BY_BOTH
63 default y if ROMFS_BACKED_BY_MTD || ROMFS_BACKED_BY_BOTH
/fs/ubifs/
DKconfig32 default y
39 default y
46 default y
67 default y
78 default y
/fs/ocfs2/
DKconfig29 default y
43 default y
55 default y
63 default y
/fs/erofs/
DKconfig33 default y
45 default y
58 default y
72 default y
/fs/cifs/
DKconfig73 default y
151 default y
201 … CIFS=m && INFINIBAND && INFINIBAND_ADDR_TRANS || CIFS=y && INFINIBAND=y && INFINIBAND_ADDR_TRANS=y
209 depends on CIFS=m && FSCACHE || CIFS=y && FSCACHE=y
217 depends on CIFS=y && IP_PNP
/fs/jffs2/
DKconfig35 default y
79 default y
90 default y
118 default y
142 default y
/fs/f2fs/
DKconfig25 default y
38 default y
49 default y
/fs/proc/
DKconfig4 default y
44 default y
68 default y
84 default y
/fs/afs/
DKconfig27 depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
/fs/9p/
DKconfig16 depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
/fs/ceph/
DKconfig23 depends on CEPH_FS=m && FSCACHE || CEPH_FS=y && FSCACHE=y
/fs/fat/
Dmisc.c182 #define IS_LEAP_YEAR(y) (!((y) & 3) && (y) != YEAR_2100) argument
/fs/cramfs/
DKconfig30 default y
38 default y if !CRAMFS_BLOCKDEV

12