Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_inode.h638 int32_t ud_itrunc(struct ud_inode *, u_offset_t, int32_t, struct cred *);
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c1008 (void) ud_itrunc(ip, 0, 0, cr); in ud_iinactive()
1555 ud_itrunc(struct ud_inode *oip, u_offset_t length, in ud_itrunc() function
H A Dudf_vnops.c568 if (error = ud_itrunc(ip, vap->va_size, 0, cr)) { in udf_setattr()
792 (void) ud_itrunc(ip, 0, 0, cr); in udf_create()
3359 (void) ud_itrunc(ip, old_i_size, 0, cr); in ud_wrip()
H A Dudf_alloc.c1341 error = ud_itrunc(ip, lp->l_start, 0, cr); in ud_freesp()
H A Dudf_dir.c779 if ((err = ud_itrunc(dp, slot.offset, 0, cr)) != 0) { in ud_dirremove()