Home
last modified time | relevance | path

Searched refs:xtUpdate (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/jfs/
Djfs_xtree.h115 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
Djfs_extent.c244 if ((rc = xtUpdate(0, ip, xp))) in extRealloc()
433 rc = xtUpdate(0, ip, xp); in extRecord()
Djfs_xtree.c1705 int xtUpdate(tid_t tid, struct inode *ip, xad_t * nxad) in xtUpdate() function