Searched refs:fsynced (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_iomap.c374 int *fsynced,
377 switch (*fsynced) {
383 *fsynced = 1;
386 *fsynced = 2;
390 *fsynced = 2;
397 *fsynced = 3;
649 int prealloc, fsynced = 0; local
713 if (xfs_flush_space(ip, &fsynced, &ioflag))
372 xfs_flush_space( xfs_inode_t *ip, int *fsynced, int *ioflags) argument

Completed in 44 milliseconds