Searched refs:hole (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/ |
D | xfs_mount.c | 61 int hole, i; in xfs_uuid_mount() local 75 for (i = 0, hole = -1; i < xfs_uuid_table_size; i++) { in xfs_uuid_mount() 77 hole = i; in xfs_uuid_mount() 84 if (hole < 0) { in xfs_uuid_mount() 88 hole = xfs_uuid_table_size++; in xfs_uuid_mount() 90 xfs_uuid_table[hole] = *uuid; in xfs_uuid_mount()
|
/fs/ubifs/ |
D | file.c | 608 int i = 0, nn = *n, offs = bu->zbranch[0].offs, hole = 0, read = 0; in populate_page() local 622 hole = 1; in populate_page() 632 hole = 1; in populate_page() 669 hole = 1; in populate_page() 686 if (hole) { in populate_page()
|
/fs/ntfs3/ |
D | attrib.c | 2028 CLST svcn, evcn1, vcn, len, end, alen, hole, next_svcn; in attr_punch_hole() local 2094 hole = 0; in attr_punch_hole() 2121 CLST vcn1, zero, hole2 = hole; in attr_punch_hole() 2139 if (hole2 == hole) in attr_punch_hole() 2172 run_deallocate_ex(sbi, &run2, vcn1, zero, &hole, true); in attr_punch_hole() 2193 if (!hole) in attr_punch_hole() 2205 total_size -= (u64)hole << sbi->cluster_bits; in attr_punch_hole()
|
/fs/ntfs/ |
D | aops.c | 1586 goto hole; in ntfs_bmap() 1607 goto hole; in ntfs_bmap() 1623 hole: in ntfs_bmap()
|
/fs/nfs/ |
D | nfs42xdr.c | 1049 } hole; member 1060 return seg->type == NFS4_CONTENT_DATA ? seg->data.length : seg->hole.length; in read_plus_segment_length() 1088 xdr_decode_hyper(p, &seg->hole.length); in decode_read_plus_segment()
|
/fs/ocfs2/ |
D | dir.c | 1172 unsigned int hole; in ocfs2_figure_dirent_hole() local 1175 hole = le16_to_cpu(de->rec_len); in ocfs2_figure_dirent_hole() 1177 hole = le16_to_cpu(de->rec_len) - in ocfs2_figure_dirent_hole() 1180 return hole; in ocfs2_figure_dirent_hole()
|