Searched refs:sparse (Results 1 – 9 of 9) sorted by relevance
| /fs/ceph/ |
| A D | file.c | 1060 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD); in __ceph_sync_read() local 1104 sparse ? CEPH_OSD_OP_SPARSE_READ : in __ceph_sync_read() 1120 if (sparse) { in __ceph_sync_read() 1158 if (sparse && ret >= 0) in __ceph_sync_read() 1340 bool sparse = (op->op == CEPH_OSD_OP_SPARSE_READ); in ceph_aio_complete_req() local 1363 if (sparse && rc >= 0) in ceph_aio_complete_req() 1502 bool sparse = ceph_test_mount_opt(fsc, SPARSEREAD); in ceph_direct_read_write() local 1532 int readop = sparse ? CEPH_OSD_OP_SPARSE_READ : CEPH_OSD_OP_READ; in ceph_direct_read_write() 1555 if (!write && sparse) { in ceph_direct_read_write() 1632 if (sparse && ret >= 0) in ceph_direct_read_write()
|
| A D | addr.c | 220 bool sparse = (op->op == CEPH_OSD_OP_SPARSE_READ); in finish_netfs_read() local 238 if (sparse && err > 0) in finish_netfs_read() 361 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD); in ceph_netfs_issue_read() local 382 off, &len, 0, 1, sparse ? CEPH_OSD_OP_SPARSE_READ : CEPH_OSD_OP_READ, in ceph_netfs_issue_read() 391 if (sparse) { in ceph_netfs_issue_read()
|
| /fs/ntfs3/ |
| A D | Kconfig | 11 write, journal replaying, sparse/compressed files support).
|
| A D | super.c | 362 opts->sparse = 1; in ntfs_fs_parse_param() 740 if (opts->sparse) in ntfs_show_options()
|
| A D | ntfs_fs.h | 103 unsigned sparse : 1; /* Create sparse files. */ member
|
| A D | inode.c | 1252 if (sbi->options->sparse) { in ntfs_create_inode()
|
| /fs/squashfs/ |
| A D | squashfs_fs.h | 357 __le64 sparse; member
|
| A D | inode.c | 207 le64_to_cpu(sqsh_ino->sparse) + 511) >> 9; in squashfs_read_inode()
|
| /fs/smb/server/ |
| A D | smb2pdu.c | 8051 struct file_sparse *sparse) in fsctl_set_sparse() argument 8064 if (sparse->SetSparse) in fsctl_set_sparse()
|
Completed in 37 milliseconds