Searched refs:contents (Results 1 – 8 of 8) sorted by relevance
/fs/hppfs/ |
D | hppfs.c | 27 char contents[PAGE_SIZE - sizeof(struct list_head)]; member 34 struct hppfs_data *contents; member 243 if (hppfs->contents != NULL) { in hppfs_read() 249 data = hppfs->contents; in hppfs_read() 251 while (off >= sizeof(data->contents)) { in hppfs_read() 254 off -= sizeof(data->contents); in hppfs_read() 259 rem = copy_to_user(buf, &data->contents[off], count); in hppfs_read() 349 while ((n = read_proc(proc_file, data->contents, in hppfs_get_data() 350 sizeof(data->contents), NULL, 0)) > 0) in hppfs_get_data() 351 os_write_file(fd, data->contents, n); in hppfs_get_data() [all …]
|
/fs/nls/ |
D | Kconfig | 47 only, not to the file contents. You can include several codepages; 59 only, not to the file contents. You can include several codepages; 71 only, not to the file contents. You can include several codepages; 84 only, not to the file contents. You can include several codepages; 100 only, not to the file contents. You can include several codepages; 115 only, not to the file contents. You can include several codepages; 126 only, not to the file contents. You can include several codepages; 137 only, not to the file contents. You can include several codepages; 148 only, not to the file contents. You can include several codepages; 159 only, not to the file contents. You can include several codepages; [all …]
|
/fs/ |
D | Kconfig.binfmt | 52 process, and can contain or omit the memory contents of each one. 53 The contents of an unmodified text mapping are omitted by default.
|
/fs/jffs2/ |
D | README.Locking | 48 It protects the contents of the jffs2_inode_info private inode data, 146 in blocks. It protects both the contents of the wbuf and the metadata
|
/fs/ecryptfs/ |
D | keystore.c | 1549 parse_tag_11_packet(unsigned char *data, unsigned char *contents, in parse_tag_11_packet() argument 1618 memcpy(contents, &data[(*packet_size)], (*tag_11_contents_size)); in parse_tag_11_packet() 2117 write_tag_11_packet(char *dest, size_t *remaining_bytes, char *contents, in write_tag_11_packet() argument 2157 memcpy(&dest[(*packet_length)], contents, contents_length); in write_tag_11_packet()
|
/fs/yaffs2/ |
D | Kconfig | 128 If this is enabled then the contents of lost and found is
|
/fs/afs/ |
D | fsclient.c | 927 const char *contents, in afs_fs_symlink() argument 941 c_namesz = strlen(contents); in afs_fs_symlink() 972 memcpy(bp, contents, c_namesz); in afs_fs_symlink()
|
/fs/cifs/ |
D | CHANGES | 162 on the contents of the ACL of the file or directory. When cifs
|