Home
last modified time | relevance | path

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

/linux/fs/udf/
A Dsuper.c211 unsigned int lastblock; member
462 uopt->lastblock = 0; in udf_parse_options()
541 uopt->lastblock = option; in udf_parse_options()
1720 lastblock = le32_to_cpu( in udf_process_sequence()
1723 lastblock += block - 1; in udf_process_sequence()
1893 if (*lastblock >= 1) in udf_scan_anchors()
1896 if (*lastblock >= 2) in udf_scan_anchors()
1898 if (*lastblock >= 150) in udf_scan_anchors()
1900 if (*lastblock >= 152) in udf_scan_anchors()
1909 *lastblock = last[i]; in udf_scan_anchors()
[all …]
A Dinode.c706 int lastblock = 0; in inode_getblk() local
823 lastblock = 1; in inode_getblk()
847 lastblock = 1; in inode_getblk()
886 udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); in inode_getblk()
982 static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, in udf_prealloc_extents() argument
989 if (!lastblock) in udf_prealloc_extents()
1008 if (lastblock) in udf_prealloc_extents()
/linux/fs/efs/
A Dinode.c206 efs_block_t iblock, result = 0, lastblock = 0; in efs_map_block() local
276 if (first || lastblock != iblock) { in efs_map_block()
288 lastblock = iblock; in efs_map_block()
/linux/Documentation/filesystems/
A Dudf.rst64 lastblock= Set the last block of the filesystem/
/linux/fs/affs/
A DChanges171 - getblock() didn't update the lastblock field in the

Completed in 80 milliseconds