Home
last modified time | relevance | path

Searched defs:d (Results 1 – 10 of 10) sorted by relevance

/fs/zfs/
A Dzfs_fletcher.c60 uint64_t a, b, c, d; in fletcher_4_endian() local
A Dzfs_sha256.c78 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
A Dzfs.c174 zlib_decompress(void *s, void *d, in zlib_decompress()
/fs/ubifs/
A Ddebug.c1011 struct ubifs_debug_info *d = c->dbg; in dbg_save_space_info() local
1061 struct ubifs_debug_info *d = c->dbg; in dbg_check_space_info() local
2533 struct ubifs_debug_info *d = c->dbg; in power_cut_emulated() local
2761 struct ubifs_debug_info *d = c->dbg; in dfs_file_read() local
2814 struct ubifs_debug_info *d = c->dbg; in dfs_file_write() local
2894 struct ubifs_debug_info *d = c->dbg; in dbg_debugfs_init_fs() local
A Dlpt_commit.c1793 struct ubifs_debug_info *d = c->dbg; in dbg_chk_lpt_sz() local
/fs/btrfs/
A Dcompression.c148 u32 btrfs_decompress(u8 type, const char *c, u32 clen, char *d, u32 dlen) in btrfs_decompress()
A Dctree.h251 static inline char *btrfs_device_uuid(struct btrfs_dev_item *d) in btrfs_device_uuid()
256 static inline char *btrfs_device_fsid(struct btrfs_dev_item *d) in btrfs_device_fsid()
/fs/jffs2/
A Dsummary.h77 struct jffs2_sum_dirent_flash d; member
135 struct jffs2_sum_dirent_mem d; member
A Djffs2_1pass.c913 static inline u32 dump_inode(struct b_lists * pL, struct jffs2_raw_dirent *d, struct jffs2_raw_inod… in dump_inode()
/fs/exfat/
A Dexfat.h57 #define DIV_ROUND_UP(x, d) (((x) + (d) - 1) / (d)) argument
59 #define ROUND_UP(x, d) (DIV_ROUND_UP(x, d) * (d)) argument

Completed in 28 milliseconds