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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dexofs.h223 int exofs_get_io_state(struct exofs_layout *layout,
H A Dinode.c104 int ret = exofs_get_io_state(&pcol->sbi->layout, &pcol->ios);
902 ret = exofs_get_io_state(&sbi->layout, &ios);
904 EXOFS_ERR("%s: exofs_get_io_state failed.\n", __func__);
1150 ret = exofs_get_io_state(&sbi->layout, &ios);
1152 EXOFS_ERR("exofs_new_inode: exofs_get_io_state failed\n");
1248 ret = exofs_get_io_state(&sbi->layout, &ios);
1250 EXOFS_ERR("%s: exofs_get_io_state failed.\n", __func__);
1335 ret = exofs_get_io_state(&sbi->layout, &ios);
1337 EXOFS_ERR("%s: exofs_get_io_state failed\n", __func__);
H A Dsuper.c213 ret = exofs_get_io_state(&sbi->layout, &ios);
695 ret = exofs_get_io_state(&sbi->layout, &ios);
697 EXOFS_DBGMSG("exofs_get_io_state failed.\n");
H A Dios.c72 int exofs_get_io_state(struct exofs_layout *layout, function
758 ret = exofs_get_io_state(&sbi->layout, &ios);

Completed in 156 milliseconds