Home
last modified time | relevance | path

Searched refs:sparse (Results 1 – 9 of 9) sorted by relevance

/fs/ceph/
A Dfile.c1060 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 Daddr.c220 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 DKconfig11 write, journal replaying, sparse/compressed files support).
A Dsuper.c362 opts->sparse = 1; in ntfs_fs_parse_param()
740 if (opts->sparse) in ntfs_show_options()
A Dntfs_fs.h103 unsigned sparse : 1; /* Create sparse files. */ member
A Dinode.c1252 if (sbi->options->sparse) { in ntfs_create_inode()
/fs/squashfs/
A Dsquashfs_fs.h357 __le64 sparse; member
A Dinode.c207 le64_to_cpu(sqsh_ino->sparse) + 511) >> 9; in squashfs_read_inode()
/fs/smb/server/
A Dsmb2pdu.c8051 struct file_sparse *sparse) in fsctl_set_sparse() argument
8064 if (sparse->SetSparse) in fsctl_set_sparse()

Completed in 37 milliseconds