Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_inode.h869 extern int ufs_ialloc(struct inode *, ino_t, mode_t, struct inode **,
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c222 err = ufs_ialloc(ip, ip->i_number, (mode_t)IFSHAD, &sip, cr); in ufs_si_store()
H A Dufs_alloc.c294 ufs_ialloc(struct inode *pip, in ufs_ialloc() function
H A Dufs_dir.c2095 err = ufs_ialloc(tdp, ipref, imode, &ip, cr); in ufs_dirmakeinode()