Searched defs:z (Results 1 – 3 of 3) sorted by relevance
/fs/smbfs_common/ |
D | cifs_md4.c | 35 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/ |
D | hash.c | 34 #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/ |
D | super.c | 333 struct blk_zone *z = data; in zonefs_io_error_cb() local
|