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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_vnodeops.c2413 int nimap; local
2435 nimap = 1;
2437 NULL, 0, &imap, &nimap, NULL);
2438 if (error || nimap < 1)
2508 int nimap; local
2555 nimap = 1;
2557 1, 0, NULL, 0, &imap, &nimap, NULL);
2560 ASSERT(nimap == 0 || nimap == 1);
2561 if (nimap
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.c1309 int nimap = 1; local
1323 error = xfs_iomap(XFS_I(inode), offset, size, flags, &imap, &nimap,
1327 if (nimap == 0)

Completed in 59 milliseconds