Searched refs:ipp (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/fs/xfs/ |
H A D | xfs_inode.c | 660 int xfs_lookup(xfs_inode_t *dp, struct xfs_name *name, xfs_inode_t **ipp, struct xfs_name *ci_name)
in xfs_lookup() argument 676 error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp);
in xfs_lookup() 688 *ipp = NULL;
in xfs_lookup() 783 xfs_buf_t **ialloc_context, xfs_inode_t **ipp)
in xfs_ialloc() 802 *ipp = NULL;
in xfs_ialloc() 913 *ipp = ip;
in xfs_ialloc() 932 xfs_inode_t **ipp) /* pointer to inode; it will be
in xfs_dir_ialloc() 967 *ipp = NULL;
in xfs_dir_ialloc() 971 *ipp = NULL;
in xfs_dir_ialloc() 1018 *ipp in xfs_dir_ialloc() 782 xfs_ialloc(xfs_trans_t *tp, xfs_inode_t *pip, umode_t mode, xfs_nlink_t nlink, dev_t rdev, prid_t prid, xfs_buf_t **ialloc_context, xfs_inode_t **ipp) xfs_ialloc() argument 927 xfs_dir_ialloc(xfs_trans_t **tpp, xfs_inode_t *dp, umode_t mode, xfs_nlink_t nlink, dev_t rdev, prid_t prid, xfs_inode_t **ipp) xfs_dir_ialloc() argument 1077 xfs_create(xfs_inode_t *dp, struct xfs_name *name, umode_t mode, dev_t rdev, xfs_inode_t **ipp) xfs_create() argument 1232 xfs_create_tmpfile(struct xfs_inode *dp, umode_t mode, struct xfs_inode **ipp) xfs_create_tmpfile() argument [all...] |
Completed in 2 milliseconds