Searched refs:contents (Results 1 – 9 of 9) sorted by relevance
/fs/hppfs/ |
D | hppfs.c | 25 char contents[PAGE_SIZE - sizeof(struct list_head)]; member 32 struct hppfs_data *contents; member 256 if (hppfs->contents != NULL) { in hppfs_read() 262 data = hppfs->contents; in hppfs_read() 264 while (off >= sizeof(data->contents)) { in hppfs_read() 267 off -= sizeof(data->contents); in hppfs_read() 272 rem = copy_to_user(buf, &data->contents[off], count); in hppfs_read() 357 while ((n = read_proc(proc_file, data->contents, in hppfs_get_data() 358 sizeof(data->contents), NULL, 0)) > 0) in hppfs_get_data() 359 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 | 49 process, and can contain or omit the memory contents of each one. 50 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 | 1401 parse_tag_11_packet(unsigned char *data, unsigned char *contents, in parse_tag_11_packet() argument 1464 memcpy(contents, &data[(*packet_size)], (*tag_11_contents_size)); in parse_tag_11_packet() 1984 write_tag_11_packet(char *dest, size_t *remaining_bytes, char *contents, in write_tag_11_packet() argument 2024 memcpy(&dest[(*packet_length)], contents, contents_length); in write_tag_11_packet()
|
/fs/afs/ |
D | fsclient.c | 925 const char *contents, in afs_fs_symlink() argument 939 c_namesz = strlen(contents); in afs_fs_symlink() 970 memcpy(bp, contents, c_namesz); in afs_fs_symlink()
|
/fs/ntfs/ |
D | ChangeLog | 23 we try to empty the journal $LogFile contents by calling 1310 - Call flush_dcache_page() after modifying page cache page contents in 1332 - Updates to bootsector layout and mft mirror contents descriptions.
|
/fs/cifs/ |
D | README | 665 the contents on the CIFS ACL.
|
D | CHANGES | 98 on the contents of the ACL of the file or directory. When cifs
|