Searched refs:ud_syncip (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_inode.c | 290 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 D | udf_subr.c | 479 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 D | udf_vfsops.c | 360 (void) ud_syncip(rip, B_INVAL, I_SYNC); in udf_unmount()
|
H A D | udf_vnops.c | 1494 error = ud_syncip(ip, 0, I_SYNC); /* Do synchronous writes */ in udf_fsync()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | udf_inode.h | 674 int32_t ud_syncip(struct ud_inode *, int32_t, int32_t);
|