Home
last modified time | relevance | path

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

123456

/fs/nfs/
Dpnfs_dev.c83 struct nfs4_deviceid_node *d; in _lookup_deviceid() local
101 struct nfs4_deviceid_node *d = NULL; in nfs4_get_device_info() local
173 struct nfs4_deviceid_node *d; in __nfs4_find_get_deviceid() local
190 struct nfs4_deviceid_node *d, *new; in nfs4_find_get_deviceid() local
231 struct nfs4_deviceid_node *d; in nfs4_delete_deviceid() local
251 nfs4_init_deviceid_node(struct nfs4_deviceid_node *d, struct nfs_server *server, in nfs4_init_deviceid_node()
275 nfs4_put_deviceid_node(struct nfs4_deviceid_node *d) in nfs4_put_deviceid_node()
330 struct nfs4_deviceid_node *d; in _deviceid_purge_client() local
371 struct nfs4_deviceid_node *d; in nfs4_deviceid_mark_client_invalid() local
/fs/ufs/
Dswab.h63 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add()
72 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub()
99 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add()
108 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
/fs/ntfs3/lib/
Dlzx_decompress.c207 static forceinline u32 read_presym(const struct lzx_decompressor *d, in read_presym()
215 static forceinline u32 read_mainsym(const struct lzx_decompressor *d, in read_mainsym()
223 static forceinline u32 read_lensym(const struct lzx_decompressor *d, in read_lensym()
231 static forceinline u32 read_alignedsym(const struct lzx_decompressor *d, in read_alignedsym()
254 static int lzx_read_codeword_lens(struct lzx_decompressor *d, in lzx_read_codeword_lens()
345 static int lzx_read_block_header(struct lzx_decompressor *d, in lzx_read_block_header()
471 static int lzx_decompress_block(const struct lzx_decompressor *d, in lzx_decompress_block()
593 struct lzx_decompressor *d = decompressor; in lzx_decompress() local
/fs/bcachefs/
Ddirent.c16 static unsigned bch2_dirent_name_bytes(struct bkey_s_c_dirent d) in bch2_dirent_name_bytes()
35 struct qstr bch2_dirent_get_name(struct bkey_s_c_dirent d) in bch2_dirent_get_name()
59 struct bkey_s_c_dirent d = bkey_s_c_to_dirent(k); in dirent_hash_bkey() local
86 struct bkey_s_c_dirent d = bkey_s_c_to_dirent(k); in dirent_is_visible() local
106 struct bkey_s_c_dirent d = bkey_s_c_to_dirent(k); in bch2_dirent_validate() local
151 struct bkey_s_c_dirent d = bkey_s_c_to_dirent(k); in bch2_dirent_to_text() local
254 struct bkey_s_c_dirent d, subvol_inum *target) in bch2_dirent_read_target()
507 struct bkey_s_c_dirent d = bkey_s_c_to_dirent(k); in bch2_empty_dir_snapshot() local
526 static int bch2_dir_emit(struct dir_context *ctx, struct bkey_s_c_dirent d, subvol_inum target) in bch2_dir_emit()
Dmean_and_variance_test.c129 s64 d[] = { 100, 10, 10, 10, 10, 10, 10 }; in mean_and_variance_test_1() local
142 s64 d[] = { 100, 100, 100, 100, 100 }; in mean_and_variance_test_2() local
155 u8 d; in mean_and_variance_fast_divpow2() local
Dalloc_background.h113 int d = bch2_bucket_sectors(a); in bch2_bucket_sectors_fragmented() local
120 int d = a.stripe_sectors + a.dirty_sectors; in bch2_gc_bucket_sectors_fragmented() local
182 u64 d = min_t(s64, bch2_bucket_sectors_dirty(a), in alloc_lru_idx_fragmentation() local
Dfsck.c25 struct bkey_s_c_dirent d) in inode_points_to_dirent()
31 static int dirent_points_to_inode_nowarn(struct bkey_s_c_dirent d, in dirent_points_to_inode_nowarn()
173 struct bkey_s_c_dirent d = bkey_s_c_to_dirent(bch2_btree_iter_peek_slot(&iter)); in lookup_dirent_in_snapshot() local
493 struct bkey_s_c_dirent d = in remove_backpointer() local
932 static int dirent_has_target(struct btree_trans *trans, struct bkey_s_c_dirent d) in dirent_has_target()
999 struct bkey_i_dirent *d = bkey_i_to_dirent(new); in fsck_update_backpointers() local
1209 struct bkey_s_c_dirent d = inode_get_dirent(trans, &dirent_iter, inode, &inode_snapshot); in check_inode_dirent_inode() local
2122 struct bkey_s_c_dirent d, in check_dirent_inode_dirent()
2236 struct bkey_s_c_dirent d, in check_dirent_target()
2309 struct bkey_s_c_dirent d) in check_dirent_to_subvol()
[all …]
Ddarray.c8 int __bch2_darray_resize_noprof(darray_char *d, size_t element_size, size_t new_size, gfp_t gfp) in __bch2_darray_resize_noprof()
Dutil.c210 char *p, *s, *d = kstrdup(opt, GFP_KERNEL); in STRTO_H() local
496 u64 bch2_ratelimit_delay(struct bch_ratelimit *d) in bch2_ratelimit_delay()
510 void bch2_ratelimit_increment(struct bch_ratelimit *d, u64 done) in bch2_ratelimit_increment()
853 void bch2_darray_str_exit(darray_str *d) in bch2_darray_str_exit()
Dsb-counters_format.h95 __le64 d[]; member
/fs/hpfs/
Ddnode.c12 static loff_t get_pos(struct dnode *d, struct hpfs_dirent *fde) in get_pos()
96 static void hpfs_pos_ins(loff_t *p, loff_t d, loff_t c) in hpfs_pos_ins()
108 static void hpfs_pos_del(loff_t *p, loff_t d, loff_t c) in hpfs_pos_del()
120 static struct hpfs_dirent *dnode_pre_last_de(struct dnode *d) in dnode_pre_last_de()
130 static struct hpfs_dirent *dnode_last_de(struct dnode *d) in dnode_last_de()
140 static void set_last_pointer(struct super_block *s, struct dnode *d, dnode_secno ptr) in set_last_pointer()
173 struct hpfs_dirent *hpfs_add_de(struct super_block *s, struct dnode *d, in hpfs_add_de()
204 static void hpfs_delete_de(struct super_block *s, struct dnode *d, in hpfs_delete_de()
215 static void fix_up_ptrs(struct super_block *s, struct dnode *d) in fix_up_ptrs()
242 struct dnode *d, *ad, *rd, *nd = NULL; in hpfs_add_to_dnode() local
[all …]
Dmap.c123 __le32 *d = hpfs_map_sector(s, bmp+i, &bh, n - i - 1); in hpfs_load_bitmap_directory() local
270 unsigned char *d = (unsigned char *)dnode; in hpfs_map_dnode() local
/fs/nfs/blocklayout/
Ddev.c101 bl_free_deviceid_node(struct nfs4_deviceid_node *d) in bl_free_deviceid_node()
294 bl_parse_simple(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_simple()
385 bl_parse_scsi(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_scsi()
439 bl_parse_slice(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_slice()
455 bl_parse_concat(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_concat()
484 bl_parse_stripe(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_stripe()
513 bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_deviceid()
/fs/quota/
Dquota_v2.c231 struct v2r0_disk_dqblk *d = dp, empty; in v2r0_disk2memdqb() local
251 struct v2r0_disk_dqblk *d = dp; in v2r0_mem2diskdqb() local
271 struct v2r0_disk_dqblk *d = dp; in v2r0_is_id() local
284 struct v2r1_disk_dqblk *d = dp, empty; in v2r1_disk2memdqb() local
304 struct v2r1_disk_dqblk *d = dp; in v2r1_mem2diskdqb() local
325 struct v2r1_disk_dqblk *d = dp; in v2r1_is_id() local
Dquota_v1.c32 static void v1_disk2mem_dqblk(struct mem_dqblk *m, struct v1_disk_dqblk *d) in v1_disk2mem_dqblk()
44 static void v1_mem2disk_dqblk(struct v1_disk_dqblk *d, struct mem_dqblk *m) in v1_mem2disk_dqblk()
/fs/smb/common/
Dcifs_md4.c51 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
52 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
53 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
57 u32 a, b, c, d; in md4_transform() local
/fs/f2fs/
Dinline.c360 struct f2fs_dentry_ptr d; in f2fs_find_in_inline_dir() local
390 struct f2fs_dentry_ptr d; in f2fs_make_empty_inline_dir() local
486 struct f2fs_dentry_ptr d; in f2fs_add_inline_entries() local
642 struct f2fs_dentry_ptr d; in f2fs_add_inline_entry() local
703 struct f2fs_dentry_ptr d; in f2fs_delete_inline_entry() local
735 struct f2fs_dentry_ptr d; in f2fs_empty_inline_dir() local
759 struct f2fs_dentry_ptr d; in f2fs_read_inline_dir() local
Ddir.c197 struct f2fs_dentry_ptr d; in find_in_block() local
226 struct f2fs_dir_entry *f2fs_find_target_dentry(const struct f2fs_dentry_ptr *d, in f2fs_find_target_dentry()
497 struct f2fs_dentry_ptr *d) in f2fs_do_make_empty_dir()
514 struct f2fs_dentry_ptr d; in make_empty_dir() local
642 struct f2fs_dentry_ptr d; in f2fs_has_enough_room() local
653 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d, in f2fs_update_dentry()
685 struct f2fs_dentry_ptr d; in f2fs_add_regular_entry() local
971 int f2fs_fill_dentries(struct dir_context *ctx, struct f2fs_dentry_ptr *d, in f2fs_fill_dentries()
1064 struct f2fs_dentry_ptr d; in f2fs_readdir() local
/fs/ext4/
Dhash.c20 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; in TEA_transform() local
44 #define ROUND(f, a, b, c, d, x, s) \ argument
55 __u32 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in half_md4_transform() local
/fs/squashfs/
Dxattr.c26 ssize_t squashfs_listxattr(struct dentry *d, char *buffer, in squashfs_listxattr()
225 static bool squashfs_trusted_xattr_handler_list(struct dentry *d) in squashfs_trusted_xattr_handler_list()
/fs/ubifs/
Dcommit.c529 struct ubifs_debug_info *d = c->dbg; in dbg_old_index_check_init() local
568 struct ubifs_debug_info *d = c->dbg; in dbg_check_old_index() local
/fs/exfat/
Dmisc.c72 u16 d = le16_to_cpu(date); in exfat_get_entry_time() local
97 u16 t, d; in exfat_set_entry_time() local
/fs/verity/
Dsignature.c58 struct fsverity_formatted_digest *d; in fsverity_verify_signature() local
/fs/overlayfs/
Dnamei.c34 static int ovl_check_redirect(const struct path *path, struct ovl_lookup_data *d, in ovl_check_redirect()
205 static struct dentry *ovl_lookup_positive_unlocked(struct ovl_lookup_data *d, in ovl_lookup_positive_unlocked()
227 static int ovl_lookup_single(struct dentry *base, struct ovl_lookup_data *d, in ovl_lookup_single()
324 static int ovl_lookup_layer(struct dentry *base, struct ovl_lookup_data *d, in ovl_lookup_layer()
1050 struct ovl_lookup_data d = { in ovl_lookup() local
/fs/incfs/
Dvfs.c168 struct dentry *d, struct inode *inode, in incfs_handler_getxattr()
176 struct dentry *d, struct inode *inode, in incfs_handler_setxattr()
1546 static int dentry_revalidate(struct dentry *d, unsigned int flags) in dentry_revalidate()
1582 static void dentry_release(struct dentry *d) in dentry_release()
1710 static ssize_t incfs_getxattr(struct dentry *d, const char *name, in incfs_getxattr()
1744 static ssize_t incfs_setxattr(struct mnt_idmap *idmap, struct dentry *d, in incfs_setxattr()
1782 static ssize_t incfs_listxattr(struct dentry *d, char *list, size_t size) in incfs_listxattr()

123456