Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_extent.c231 if ((rc = xtUpdate(0, ip, xp))) in extRealloc()
420 rc = xtUpdate(0, ip, xp); in extRecord()
H A Djfs_xtree.h102 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
H A Djfs_xtree.c1692 int xtUpdate(tid_t tid, struct inode *ip, xad_t * nxad) in xtUpdate() function