Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Dufs_extern.h59 int ufs_checkpath(ino_t, ino_t, struct inode *, struct ucred *, ino_t *);
H A Dufs_lookup.c1404 ufs_checkpath(ino_t source_ino, ino_t parent_ino, struct inode *target, in ufs_checkpath() function
H A Dufs_vnops.c1487 error = ufs_checkpath(ino, fdp->i_number, tdp, tcnp->cn_cred, in ufs_rename()