Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c290 if (ud_syncip(ip, B_INVAL, I_SYNC) != 0) { in ud_iget()
1024 (void) ud_syncip(ip, B_FREE | B_ASYNC, 0); in ud_iinactive()
1910 (void) ud_syncip(ip, B_INVAL, I_SYNC); in ud_iflush()
H A Dudf_subr.c479 ud_syncip(struct ud_inode *ip, int32_t flags, int32_t waitfor) in ud_syncip() function
891 (void) ud_syncip(ip, B_ASYNC, I_SYNC); in ud_flushi()
H A Dudf_vfsops.c360 (void) ud_syncip(rip, B_INVAL, I_SYNC); in udf_unmount()
H A Dudf_vnops.c1494 error = ud_syncip(ip, 0, I_SYNC); /* Do synchronous writes */ in udf_fsync()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_inode.h674 int32_t ud_syncip(struct ud_inode *, int32_t, int32_t);