Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c780 static struct jremref *cancel_mkdir_dotdot(struct inode *, struct dirrem *,
9280 cancel_mkdir_dotdot(struct inode *ip, in cancel_mkdir_dotdot() function
9303 panic("cancel_mkdir_dotdot: Unable to find mkdir\n"); in cancel_mkdir_dotdot()
9308 panic("cancel_mkdir_dotdot: Lost parent inodedep"); in cancel_mkdir_dotdot()
9443 jremref = cancel_mkdir_dotdot(dp, dirrem, jremref); in newdirrem()