Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 25 of 43) sorted by relevance

12

/fs/xfs/libxfs/
Dxfs_dir2_node.c56 #define xfs_dir3_leaf_check(dp, bp) \ argument
64 struct xfs_inode *dp, in xfs_dir3_leafn_check()
82 #define xfs_dir3_leaf_check(dp, bp) argument
161 struct xfs_inode *dp, in xfs_dir3_free_header_check()
198 struct xfs_inode *dp, in __xfs_dir3_free_read()
228 struct xfs_inode *dp, in xfs_dir2_free_read()
238 struct xfs_inode *dp, in xfs_dir2_free_try_read()
252 struct xfs_inode *dp = args->dp; in xfs_dir3_free_get_buf() local
340 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_leaf_to_node() local
430 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_leafn_add() local
[all …]
Dxfs_dir2_sf.c63 xfs_inode_t *dp, /* incore inode pointer */ in xfs_dir2_block_sfsize()
161 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_block_to_sf() local
282 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_addname() local
385 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_addname_easy() local
438 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_addname_hard() local
530 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_addname_pick() local
598 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_check() local
746 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_create() local
799 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_lookup() local
885 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_removename() local
[all …]
Dxfs_dir2.c184 xfs_inode_t *dp) in xfs_dir_isempty()
237 xfs_inode_t *dp, in xfs_dir_init()
267 xfs_inode_t *dp, in xfs_dir_createname()
366 xfs_inode_t *dp, in xfs_dir_lookup()
444 xfs_inode_t *dp, in xfs_dir_removename()
506 xfs_inode_t *dp, in xfs_dir_replace()
571 xfs_inode_t *dp, in xfs_dir_canenter()
593 struct xfs_inode *dp = args->dp; in xfs_dir2_grow_inode() local
679 xfs_inode_t *dp; in xfs_dir2_shrink_inode() local
Dxfs_da_btree.c256 struct xfs_inode *dp, in xfs_da3_node_read()
314 struct xfs_inode *dp = args->dp; in xfs_da3_node_create() local
518 struct xfs_inode *dp; in xfs_da3_root_split() local
652 struct xfs_inode *dp = state->args->dp; in xfs_da3_node_split() local
753 struct xfs_inode *dp = state->args->dp; in xfs_da3_node_rebalance() local
887 struct xfs_inode *dp = state->args->dp; in xfs_da3_node_add() local
1055 struct xfs_inode *dp = state->args->dp; in xfs_da3_root_join() local
1131 struct xfs_inode *dp = state->args->dp; in xfs_da3_node_toosmall() local
1239 struct xfs_inode *dp, in xfs_da3_node_lasthash()
1272 struct xfs_inode *dp = state->args->dp; in xfs_da3_fixhashpath() local
[all …]
Dxfs_attr.c80 struct xfs_inode *dp, in xfs_attr_args_init()
196 struct xfs_inode *dp, in xfs_attr_set()
377 struct xfs_inode *dp, in xfs_attr_remove()
522 xfs_inode_t *dp; in xfs_attr_leaf_addname() local
708 xfs_inode_t *dp; in xfs_attr_leaf_removename() local
800 xfs_inode_t *dp; in xfs_attr_node_addname() local
1037 xfs_inode_t *dp; in xfs_attr_node_removename() local
Dxfs_dir2_leaf.c53 #define xfs_dir3_leaf_check(dp, bp) \ argument
61 struct xfs_inode *dp, in xfs_dir3_leaf1_check()
79 #define xfs_dir3_leaf_check(dp, bp) argument
85 struct xfs_inode *dp, in xfs_dir3_leaf_check_int()
262 struct xfs_inode *dp, in xfs_dir3_leaf_read()
279 struct xfs_inode *dp, in xfs_dir3_leafn_read()
348 struct xfs_inode *dp = args->dp; in xfs_dir3_leaf_get_buf() local
384 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_block_to_leaf() local
615 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_leaf_addname() local
923 struct xfs_inode *dp = args->dp; in xfs_dir3_leaf_compact() local
[all …]
Dxfs_dir2_block.c134 struct xfs_inode *dp, in xfs_dir3_block_read()
152 struct xfs_inode *dp) in xfs_dir3_block_init()
173 struct xfs_inode *dp, in xfs_dir2_block_need_space()
344 xfs_inode_t *dp; /* directory inode */ in xfs_dir2_block_addname() local
617 xfs_inode_t *dp; /* incore inode */ in xfs_dir2_block_lookup() local
665 xfs_inode_t *dp; /* incore inode */ in xfs_dir2_block_lookup_int() local
767 xfs_inode_t *dp; /* incore inode */ in xfs_dir2_block_removename() local
847 xfs_inode_t *dp; /* incore inode */ in xfs_dir2_block_replace() local
910 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_leaf_to_block() local
1056 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_to_block() local
Dxfs_dir2_priv.h43 #define xfs_dir3_data_check(dp,bp) __xfs_dir3_data_check(dp, bp); argument
45 #define xfs_dir3_data_check(dp,bp) argument
Dxfs_dir2_data.c43 struct xfs_inode *dp, /* incore inode pointer */ in __xfs_dir3_data_check()
323 struct xfs_inode *dp, in xfs_dir3_data_read()
339 struct xfs_inode *dp, in xfs_dir3_data_readahead()
509 struct xfs_inode *dp, in xfs_dir2_data_freescan()
580 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir3_data_init() local
Dxfs_attr_leaf.c345 struct xfs_inode *dp, in xfs_attr3_leaf_read()
389 xfs_attr_shortform_bytesfit(xfs_inode_t *dp, int bytes) in xfs_attr_shortform_bytesfit()
505 xfs_inode_t *dp; in xfs_attr_shortform_create() local
540 xfs_inode_t *dp; in xfs_attr_shortform_add() local
612 xfs_inode_t *dp; in xfs_attr_shortform_remove() local
747 xfs_inode_t *dp; in xfs_attr_shortform_to_leaf() local
838 struct xfs_inode *dp) in xfs_attr_shortform_allfit()
888 struct xfs_inode *dp = args->dp; in xfs_attr3_leaf_to_shortform() local
972 struct xfs_inode *dp = args->dp; in xfs_attr3_leaf_to_node() local
1043 struct xfs_inode *dp = args->dp; in xfs_attr3_leaf_create() local
Dxfs_dir2.h198 xfs_dir2_dataptr_to_byte(xfs_dir2_dataptr_t dp) in xfs_dir2_dataptr_to_byte()
225 xfs_dir2_dataptr_to_db(struct xfs_da_geometry *geo, xfs_dir2_dataptr_t dp) in xfs_dir2_dataptr_to_db()
243 xfs_dir2_dataptr_to_off(struct xfs_da_geometry *geo, xfs_dir2_dataptr_t dp) in xfs_dir2_dataptr_to_off()
Dxfs_attr_sf.h50 #define XFS_ATTR_SF_TOTSIZE(dp) /* total space in use */ \ argument
/fs/xfs/
Dxfs_attr_inactive.c49 struct xfs_inode *dp, in xfs_attr3_leaf_freextent()
121 struct xfs_inode *dp, in xfs_attr3_leaf_inactive()
210 struct xfs_inode *dp, in xfs_attr3_node_inactive()
330 struct xfs_inode *dp) in xfs_attr3_root_inactive()
395 struct xfs_inode *dp) in xfs_attr_inactive()
Dxfs_dir2_readdir.c64 struct xfs_inode *dp = args->dp; /* incore directory inode */ in xfs_dir2_sf_getdents() local
152 struct xfs_inode *dp = args->dp; /* incore directory inode */ in xfs_dir2_block_getdents() local
269 struct xfs_inode *dp = args->dp; in xfs_dir2_leaf_readbuf() local
473 struct xfs_inode *dp = args->dp; in xfs_dir2_leaf_getdents() local
657 struct xfs_inode *dp, in xfs_readdir()
Dxfs_attr_list.c75 xfs_inode_t *dp; in xfs_attr_shortform_list() local
225 struct xfs_inode *dp = context->dp; in xfs_attr_node_list() local
480 xfs_inode_t *dp = context->dp; in xfs_attr_list_int() local
573 xfs_inode_t *dp, in xfs_attr_list()
Dxfs_inode.c706 xfs_inode_t *dp, in xfs_lookup()
981 xfs_inode_t *dp, /* directory within whose allocate in xfs_dir_ialloc()
1154 xfs_inode_t *dp, in xfs_create()
1337 struct xfs_inode *dp, in xfs_create_tmpfile()
2581 xfs_inode_t *dp, in xfs_remove()
2915 struct xfs_inode *dp, in xfs_rename_alloc_whiteout()
Dxfs_trans.c1039 struct xfs_inode *dp, in __xfs_trans_roll()
1100 struct xfs_inode *dp) in xfs_trans_roll()
/fs/quota/
Dquota_v2.c180 static void v2r0_disk2memdqb(struct dquot *dquot, void *dp) in v2r0_disk2memdqb()
200 static void v2r0_mem2diskdqb(void *dp, struct dquot *dquot) in v2r0_mem2diskdqb()
220 static int v2r0_is_id(void *dp, struct dquot *dquot) in v2r0_is_id()
233 static void v2r1_disk2memdqb(struct dquot *dquot, void *dp) in v2r1_disk2memdqb()
253 static void v2r1_mem2diskdqb(void *dp, struct dquot *dquot) in v2r1_mem2diskdqb()
273 static int v2r1_is_id(void *dp, struct dquot *dquot) in v2r1_is_id()
/fs/jfs/
Djfs_dmap.c334 struct dmap *dp; in dbFree() local
432 struct dmap *dp; in dbUpdatePMap() local
707 struct dmap *dp; in dbAlloc() local
898 struct dmap *dp; in dbAllocExact() local
1032 struct dmap *dp; in dbExtend() local
1125 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocNext()
1258 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1851 struct dmap *dp; in dbAllocCtl() local
1998 struct dmap * dp, int nblocks, int l2nb, s64 * results) in dbAllocDmapLev()
2060 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocDmap()
[all …]
Djfs_imap.c309 struct dinode *dp; in diRead() local
433 struct dinode *dp; in diReadSpecial() local
521 struct dinode *dp; in diWriteSpecial() local
604 struct dinode *dp; in diWrite() local
2179 struct dinode *dp; in diNewExt() local
/fs/freevxfs/
Dvxfs_lookup.c81 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry()
156 vxfs_inode_by_name(struct inode *dip, struct dentry *dp) in vxfs_inode_by_name()
187 vxfs_lookup(struct inode *dip, struct dentry *dp, unsigned int flags) in vxfs_lookup()
/fs/nfsd/
Dnfs4state.c807 struct nfs4_delegation *dp; in alloc_init_deleg() local
937 hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp) in hash_delegation_locked()
957 unhash_delegation_locked(struct nfs4_delegation *dp) in unhash_delegation_locked()
977 static void destroy_delegation(struct nfs4_delegation *dp) in destroy_delegation()
991 static void revoke_delegation(struct nfs4_delegation *dp) in revoke_delegation()
1888 struct nfs4_delegation *dp; in __destroy_client() local
3814 struct nfs4_delegation *dp = cb_to_delegation(cb); in nfsd4_cb_recall_prepare() local
3838 struct nfs4_delegation *dp = cb_to_delegation(cb); in nfsd4_cb_recall_done() local
3864 struct nfs4_delegation *dp = cb_to_delegation(cb); in nfsd4_cb_recall_release() local
3875 static void nfsd_break_one_deleg(struct nfs4_delegation *dp) in nfsd_break_one_deleg()
[all …]
/fs/ocfs2/
Dquota_global.c69 static void ocfs2_global_disk2memdqb(struct dquot *dquot, void *dp) in ocfs2_global_disk2memdqb()
94 static void ocfs2_global_mem2diskdqb(void *dp, struct dquot *dquot) in ocfs2_global_mem2diskdqb()
112 static int ocfs2_global_is_id(void *dp, struct dquot *dquot) in ocfs2_global_is_id()
/fs/openpromfs/
Dinode.c182 struct device_node *dp, *child; in openpromfs_lookup() local
267 struct device_node *dp = oi->u.node; in openpromfs_readdir() local
/fs/cifs/
Dcifs_spnego.c104 char *description, *dp; in cifs_get_spnego_key() local

12