Home
last modified time | relevance | path

Searched refs:tres (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/fs/xfs/
H A Dxfs_inode.c1089 struct xfs_trans_res *tres; in xfs_create() local
1111 tres = &M_RES(mp)->tr_mkdir; in xfs_create()
1114 tres = &M_RES(mp)->tr_create; in xfs_create()
1123 error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp); in xfs_create()
1127 error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp); in xfs_create()
1242 struct xfs_trans_res *tres; in xfs_create_tmpfile() local
1261 tres = &M_RES(mp)->tr_create_tmpfile; in xfs_create_tmpfile()
1263 error = xfs_trans_alloc(mp, tres, resblks, 0, 0, &tp); in xfs_create_tmpfile()

Completed in 5 milliseconds