Home
last modified time | relevance | path

Searched defs:z (Results 1 – 3 of 3) sorted by relevance

/fs/smbfs_common/
Dcifs_md4.c35 static inline u32 F(u32 x, u32 y, u32 z) in F()
40 static inline u32 G(u32 x, u32 y, u32 z) in G()
45 static inline u32 H(u32 x, u32 y, u32 z) in H()
/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/zonefs/
Dsuper.c333 struct blk_zone *z = data; in zonefs_io_error_cb() local