/fs/nfs/ |
D | pnfs_dev.c | 79 struct nfs4_deviceid_node *d; in _lookup_deviceid() local 103 struct nfs4_deviceid_node *d; in _find_get_deviceid() local 133 struct nfs4_deviceid_node *d; in nfs4_delete_deviceid() local 154 nfs4_init_deviceid_node(struct nfs4_deviceid_node *d, in nfs4_init_deviceid_node() 183 struct nfs4_deviceid_node *d; in nfs4_insert_deviceid_node() local 213 nfs4_put_deviceid_node(struct nfs4_deviceid_node *d) in nfs4_put_deviceid_node() 249 struct nfs4_deviceid_node *d; in _deviceid_purge_client() local 291 struct nfs4_deviceid_node *d; in nfs4_deviceid_mark_client_invalid() local
|
D | cache_lib.c | 73 static void nfs_dns_cache_revisit(struct cache_deferred_req *d, int toomany) in nfs_dns_cache_revisit()
|
/fs/squashfs/ |
D | xattr.c | 39 ssize_t squashfs_listxattr(struct dentry *d, char *buffer, in squashfs_listxattr() 218 static size_t squashfs_user_list(struct dentry *d, char *list, size_t list_size, in squashfs_user_list() 226 static int squashfs_user_get(struct dentry *d, const char *name, void *buffer, in squashfs_user_get() 245 static size_t squashfs_trusted_list(struct dentry *d, char *list, in squashfs_trusted_list() 256 static int squashfs_trusted_get(struct dentry *d, const char *name, in squashfs_trusted_get() 275 static size_t squashfs_security_list(struct dentry *d, char *list, in squashfs_security_list() 283 static int squashfs_security_get(struct dentry *d, const char *name, in squashfs_security_get()
|
/fs/ufs/ |
D | swab.h | 62 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add() 71 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub() 98 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add() 107 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
|
/fs/quota/ |
D | quota_v2.c | 176 struct v2r0_disk_dqblk *d = dp, empty; in v2r0_disk2memdqb() local 196 struct v2r0_disk_dqblk *d = dp; in v2r0_mem2diskdqb() local 216 struct v2r0_disk_dqblk *d = dp; in v2r0_is_id() local 229 struct v2r1_disk_dqblk *d = dp, empty; in v2r1_disk2memdqb() local 249 struct v2r1_disk_dqblk *d = dp; in v2r1_mem2diskdqb() local 269 struct v2r1_disk_dqblk *d = dp; in v2r1_is_id() local
|
D | quota_v1.c | 31 static void v1_disk2mem_dqblk(struct mem_dqblk *m, struct v1_disk_dqblk *d) in v1_disk2mem_dqblk() 43 static void v1_mem2disk_dqblk(struct v1_disk_dqblk *d, struct mem_dqblk *m) in v1_mem2disk_dqblk()
|
/fs/hpfs/ |
D | dnode.c | 11 static loff_t get_pos(struct dnode *d, struct hpfs_dirent *fde) in get_pos() 91 static void hpfs_pos_ins(loff_t *p, loff_t d, loff_t c) in hpfs_pos_ins() 100 static void hpfs_pos_del(loff_t *p, loff_t d, loff_t c) in hpfs_pos_del() 109 static struct hpfs_dirent *dnode_pre_last_de(struct dnode *d) in dnode_pre_last_de() 119 static struct hpfs_dirent *dnode_last_de(struct dnode *d) in dnode_last_de() 129 static void set_last_pointer(struct super_block *s, struct dnode *d, dnode_secno ptr) in set_last_pointer() 162 struct hpfs_dirent *hpfs_add_de(struct super_block *s, struct dnode *d, in hpfs_add_de() 193 static void hpfs_delete_de(struct super_block *s, struct dnode *d, in hpfs_delete_de() 204 static void fix_up_ptrs(struct super_block *s, struct dnode *d) in fix_up_ptrs() 231 struct dnode *d, *ad, *rd, *nd = NULL; in hpfs_add_to_dnode() local [all …]
|
D | map.c | 103 __le32 *d = hpfs_map_sector(s, bmp+i, &bh, n - i - 1); in hpfs_load_bitmap_directory() local 224 unsigned char *d = (unsigned char *)dnode; in hpfs_map_dnode() local
|
/fs/xfs/ |
D | xfs_dquot.c | 93 struct xfs_disk_dquot *d = &dq->q_core; in xfs_qm_adjust_dqlimits() local 135 xfs_disk_dquot_t *d) in xfs_qm_adjust_dqtimers() 233 xfs_dqblk_t *d; in xfs_qm_init_dquot_blk() local 297 struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr; in xfs_dquot_buf_verify_crc() local 330 struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr; in xfs_dquot_buf_verify() local 524 struct xfs_dqblk *d; in xfs_qm_dqrepair() local
|
D | xfs_quota_priv.h | 38 #define DQFLAGTO_TYPESTR(d) (((d)->dq_flags & XFS_DQ_USER) ? "USR" : \ argument
|
D | xfs_trans.h | 437 #define xfs_trans_agblocks_delta(tp, d) ((tp)->t_ag_freeblks_delta += (int64_t)d) argument 438 #define xfs_trans_agflist_delta(tp, d) ((tp)->t_ag_flist_delta += (int64_t)d) argument 439 #define xfs_trans_agbtree_delta(tp, d) ((tp)->t_ag_btree_delta += (int64_t)d) argument 441 #define xfs_trans_agblocks_delta(tp, d) argument 442 #define xfs_trans_agflist_delta(tp, d) argument 443 #define xfs_trans_agbtree_delta(tp, d) argument
|
D | xfs_symlink.c | 225 xfs_daddr_t d; in xfs_readlink_bmap() local 355 xfs_daddr_t d; in xfs_symlink() local
|
/fs/ |
D | dcookies.c | 97 struct dentry *d; in alloc_dcookie() local 219 struct list_head * d; in dcookie_init() local 273 struct dentry *d = dcs->path.dentry; in free_dcookie() local
|
D | xattr.c | 267 vfs_listxattr(struct dentry *d, char *list, size_t size) in vfs_listxattr() 322 setxattr(struct dentry *d, const char __user *name, const void __user *value, in setxattr() 439 getxattr(struct dentry *d, const char __user *name, void __user *value, in getxattr() 540 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr() 629 removexattr(struct dentry *d, const char __user *name) in removexattr()
|
/fs/ubifs/ |
D | commit.c | 534 struct ubifs_debug_info *d = c->dbg; in dbg_old_index_check_init() local 573 struct ubifs_debug_info *d = c->dbg; in dbg_check_old_index() local
|
D | debug.c | 970 struct ubifs_debug_info *d = c->dbg; in dbg_save_space_info() local 1020 struct ubifs_debug_info *d = c->dbg; in dbg_check_space_info() local 2468 struct ubifs_debug_info *d = c->dbg; in power_cut_emulated() local 2695 struct ubifs_debug_info *d = c->dbg; in dfs_file_read() local 2748 struct ubifs_debug_info *d = c->dbg; in dfs_file_write() local 2828 struct ubifs_debug_info *d = c->dbg; in dbg_debugfs_init_fs() local
|
/fs/jffs2/ |
D | summary.h | 86 struct jffs2_sum_dirent_flash d; member 144 struct jffs2_sum_dirent_mem d; member 201 #define jffs2_sum_add_kvec(a,b,c,d) (0) argument 209 #define jffs2_sum_scan_sumnode(a,b,c,d,e) (0) argument
|
/fs/nfs/objlayout/ |
D | objio_osd.c | 54 objio_free_deviceid_node(struct nfs4_deviceid_node *d) in objio_free_deviceid_node() 66 struct nfs4_deviceid_node *d; in _dev_list_find() local 82 struct nfs4_deviceid_node *d; in _dev_list_add() local
|
/fs/ocfs2/ |
D | quota_global.c | 70 struct ocfs2_global_disk_dqblk *d = dp; in ocfs2_global_disk2memdqb() local 95 struct ocfs2_global_disk_dqblk *d = dp; in ocfs2_global_mem2diskdqb() local 113 struct ocfs2_global_disk_dqblk *d = dp; in ocfs2_global_is_id() local
|
D | blockcheck.c | 107 u32 ocfs2_hamming_encode(u32 parity, void *data, unsigned int d, unsigned int nr) in ocfs2_hamming_encode() 166 void ocfs2_hamming_fix(void *data, unsigned int d, unsigned int nr, in ocfs2_hamming_fix()
|
/fs/f2fs/ |
D | hash.c | 32 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; in TEA_transform() local
|
/fs/reiserfs/ |
D | hashes.c | 55 u32 a, b, c, d; in keyed_hash() local
|
/fs/freevxfs/ |
D | vxfs_bmap.c | 79 struct direct *d = vip->vii_ext4.ve4_direct + i; in vxfs_bmap_ext4() local
|
/fs/afs/ |
D | cell.c | 93 unsigned a, b, c, d; in afs_cell_alloc() local
|
/fs/sysv/ |
D | sysv.h | 211 static inline __fs32 fs32_add(struct sysv_sb_info *sbi, __fs32 *n, int d) in fs32_add() 238 static inline __fs16 fs16_add(struct sysv_sb_info *sbi, __fs16 *n, int d) in fs16_add()
|