/fs/sysfs/ |
D | file.c | 99 if (!battr->read) in sysfs_kf_bin_read() 102 return battr->read(of->file, kobj, battr, buf, pos, count); in sysfs_kf_bin_read() 214 .read = sysfs_kf_read, 224 .read = sysfs_kf_read, 230 .read = sysfs_kf_bin_read, 238 .read = sysfs_kf_bin_read, 243 .read = sysfs_kf_bin_read, 291 else if (battr->read && battr->write) in sysfs_add_file_mode_ns() 293 else if (battr->read) in sysfs_add_file_mode_ns()
|
/fs/debugfs/ |
D | file.c | 45 .read = default_read_file, 158 FULL_PROXY_FUNC(read, ssize_t, filp, 218 if (real_fops->read) in __full_proxy_fops_init() 219 proxy_fops->read = full_proxy_read; in __full_proxy_fops_init() 789 .read = debugfs_read_file_bool, 796 .read = debugfs_read_file_bool, 855 .read = read_file_blob, 958 .read = u32_array_read, 1052 .read = seq_read, 1093 int (*read)(struct seq_file *seq, void *data); member [all …]
|
/fs/nls/ |
D | Kconfig | 45 codepage if you want to be able to read/write these filenames on 57 codepage if you want to be able to read/write these filenames on 69 codepage if you want to be able to read/write these filenames on 82 codepage if you want to be able to read/write these filenames on 98 codepage if you want to be able to read/write these filenames on 113 codepage if you want to be able to read/write these filenames on 124 codepage if you want to be able to read/write these filenames on 135 codepage if you want to be able to read/write these filenames on 146 codepage if you want to be able to read/write these filenames on 157 codepage if you want to be able to read/write these filenames on [all …]
|
/fs/proc/ |
D | inode.c | 196 ssize_t (*read)(struct file *, char __user *, size_t, loff_t *); in proc_reg_read() local 200 read = pde->proc_fops->read; in proc_reg_read() 201 if (read) in proc_reg_read() 202 rv = read(file, buf, count, ppos); in proc_reg_read() 369 .read = proc_reg_read, 385 .read = proc_reg_read,
|
D | base.c | 400 .read = proc_pid_cmdline_read, 552 .read = seq_read, 782 .read = seq_read, 925 .read = mem_read, 1001 .read = environ_read, 1028 .read = auxv_read, 1190 .read = oom_adj_read, 1241 .read = oom_score_adj_read, 1305 .read = proc_loginuid_read, 1327 .read = proc_sessionid_read, [all …]
|
D | consoles.c | 52 seq_printf(m, "%c%c%c (%s)", con->read ? 'R' : '-', in show_console_dev() 102 .read = seq_read,
|
D | page.c | 73 .read = kpagecount_read, 240 .read = kpageflags_read, 290 .read = kpagecgroup_read,
|
D | uid.c | 89 .read = seq_read, 193 .read = generic_read_dir, 276 .read = generic_read_dir,
|
/fs/jffs2/ |
D | README.Locking | 126 The latter function on NAND flash must read _obsolete_ nodes to 141 This read/write semaphore protects against concurrent access to the 154 This read/write semaphore protects against concurrent access to the 156 In read-only path, write-semaphore is too much exclusion. It's enough 157 by read-semaphore. But you must hold write-semaphore when updating, 162 when updating such a object is necessary under holding read semaphore. 163 For example, do_jffs2_getxattr() holds read-semaphore to scan xref and 165 after release read-semaphore, if it's necessary to load name/value pair
|
/fs/adfs/ |
D | dir.c | 32 ret = ops->read(sb, inode->i_ino, inode->i_size, &dir); in adfs_readdir() 83 ret = ops->read(sb, obj->parent_id, 0, &dir); in adfs_dir_update() 136 ret = ops->read(sb, inode->i_ino, inode->i_size, &dir); in adfs_dir_lookup_byname() 187 .read = generic_read_dir,
|
D | Kconfig | 8 here, Linux will be able to read from ADFS partitions on hard drives 13 /dev/[hs]d?1) on each of your drives. Please read the file
|
/fs/cifs/ |
D | cifs_debug.c | 249 .read = seq_read, 365 .read = seq_read, 450 .read = seq_read, 481 .read = seq_read, 512 .read = seq_read, 543 .read = seq_read, 654 .read = seq_read,
|
/fs/hfs/ |
D | Kconfig | 7 floppy disks and hard drive partitions with full read-write access. 8 Please read <file:Documentation/filesystems/hfs.txt> to learn about
|
/fs/isofs/ |
D | Kconfig | 9 just listen to audio CDs and watch its LEDs, say Y (and read 27 want to be able to read Joliet CD-ROMs under Linux. 39 able to read such compressed CD-ROMs.
|
/fs/nfsd/ |
D | vfs.h | 147 static inline bool nfsd_eof_on_read(long requested, long read, in nfsd_eof_on_read() argument 151 if (requested > read) in nfsd_eof_on_read() 163 return (offset + read >= size); in nfsd_eof_on_read()
|
/fs/ufs/ |
D | Kconfig | 2 tristate "UFS file system support (read only)" 8 this file system as well. Saying Y here will allow you to read from 10 experimental "UFS file system write support", below. Please read the
|
/fs/affs/ |
D | Changes | 223 a dircache filesystem or one with errors read/write 234 bitmap pointers read only, also allows them 235 to be remounted read/write. 264 files can be read and written without opening 286 - The filesystem is remounted read-only after an 308 if the filesystem is mounted read-only. 316 - Fixed a nasty bug which didn't allow read-only 319 read only.
|
D | Kconfig | 7 if you want to be able to read and write files from and to an Amiga 9 read with this driver due to an incompatibility of the floppy
|
/fs/configfs/ |
D | file.c | 173 len = bin_attr->read(item, NULL, 0); in configfs_read_bin_file() 193 len = bin_attr->read(item, buffer->bin_buffer, len); in configfs_read_bin_file() 418 if ((type & CONFIGFS_ITEM_BIN_ATTR) && !bin_attr->read) in check_perm() 514 .read = configfs_read_file, 522 .read = configfs_read_bin_file,
|
/fs/efs/ |
D | Kconfig | 2 tristate "EFS file system support (read only)" 9 This implementation only offers read-only access. If you don't know
|
/fs/ceph/ |
D | file.c | 470 int read, ret; in striped_read() local 481 read = 0; in striped_read() 495 dout("striped_read %llu~%llu (read %u) got %d%s%s\n", pos, left, read, in striped_read() 503 int zoff = (off & ~PAGE_MASK) + read + ret; in striped_read() 512 read = pos - off; in striped_read() 522 if (read > 0) { in striped_read() 523 ret = read; in striped_read() 1217 int retry_op = 0, read = 0; in ceph_read_iter() local 1290 BUG_ON(ret > 0 || read > 0); in ceph_read_iter() 1302 read += ret; in ceph_read_iter() [all …]
|
/fs/hpfs/ |
D | Kconfig | 7 partitions. Say Y if you want to be able to read files from and 10 option in order to be able to read them. Read
|
/fs/afs/ |
D | proc.c | 40 .read = seq_read, 53 .read = afs_proc_rootcell_read, 74 .read = seq_read, 96 .read = seq_read, 117 .read = seq_read,
|
/fs/coda/ |
D | Kconfig | 9 disconnected operation (e.g. for laptops), read/write server 16 no kernel support. Please read
|
/fs/ocfs2/cluster/ |
D | netdebug.c | 208 .read = seq_read, 439 .read = seq_read, 451 .read = seq_read, 501 .read = o2net_debug_read,
|