Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_mount.c73 int hole, i; in xfs_uuid_mount() local
84 for (i = 0, hole = -1; i < xfs_uuid_table_size; i++) { in xfs_uuid_mount()
86 hole = i; in xfs_uuid_mount()
93 if (hole < 0) { in xfs_uuid_mount()
97 hole = xfs_uuid_table_size++; in xfs_uuid_mount()
99 xfs_uuid_table[hole] = *uuid; in xfs_uuid_mount()
/fs/ubifs/
Dfile.c613 int i = 0, nn = *n, offs = bu->zbranch[0].offs, hole = 0, read = 0; in populate_page() local
627 hole = 1; in populate_page()
637 hole = 1; in populate_page()
667 hole = 1; in populate_page()
684 if (hole) { in populate_page()
/fs/
Ddax.c152 bool hole = false; in dax_io() local
198 hole = rw == READ && !buffer_written(bh); in dax_io()
199 if (hole) { in dax_io()
223 } else if (!hole) in dax_io()
/fs/ntfs/
Daops.c1600 goto hole; in ntfs_bmap()
1621 goto hole; in ntfs_bmap()
1637 hole: in ntfs_bmap()
/fs/ocfs2/
Ddir.c1191 unsigned int hole; in ocfs2_figure_dirent_hole() local
1194 hole = le16_to_cpu(de->rec_len); in ocfs2_figure_dirent_hole()
1196 hole = le16_to_cpu(de->rec_len) - in ocfs2_figure_dirent_hole()
1199 return hole; in ocfs2_figure_dirent_hole()