Searched refs:read (Results 1 – 8 of 8) sorted by relevance
| /fs/ |
| A D | fs.c | 207 .read = fat_read_file, 240 .read = ext4_read_file, 267 .read = fs_read_sandbox, 287 .read = smh_fs_read, 308 .read = ubifs_read, 330 .read = btrfs_read, 350 .read = sqfs_read, 372 .read = erofs_read, 394 .read = exfat_fs_read, 416 .read = fs_read_unsupported, [all …]
|
| /fs/squashfs/ |
| A D | Kconfig | 6 Squashfs is a compressed read-only filesystem for Linux. 8 and directories. Squashfs is intended for general read-only
|
| /fs/btrfs/ |
| A D | inode.c | 429 u64 read; in btrfs_read_extent_reg() local 460 read = len; in btrfs_read_extent_reg() 464 ret = read_extent_data(fs_info, dest, logical, &read, i); in btrfs_read_extent_reg() 465 if (ret < 0 || read != len) in btrfs_read_extent_reg() 488 read = csize; in btrfs_read_extent_reg() 490 &read, i); in btrfs_read_extent_reg() 491 if (ret < 0 || read != csize) in btrfs_read_extent_reg()
|
| A D | Kconfig | 11 This provides a single-device read-only BTRFS support. BTRFS is a
|
| /fs/erofs/ |
| A D | Kconfig | 5 EROFS (Enhanced Read-Only File System) is a lightweight read-only 6 file system for scenarios which need high-performance read-only
|
| /fs/exfat/ |
| A D | Kconfig | 5 This provides read/write support for EXFAT filesystem.
|
| A D | io.c | 369 return read(dev->fd, buffer, size); in exfat_read()
|
| /fs/ubifs/ |
| A D | debug.c | 2871 .read = dfs_file_read, 3064 .read = dfs_global_file_read,
|
Completed in 16 milliseconds