Searched refs:folder (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/fs/hfsplus/ |
D | catalog.c | 100 struct hfsplus_cat_folder *folder; in hfsplus_cat_build_record() local 102 folder = &entry->folder; in hfsplus_cat_build_record() 103 memset(folder, 0, sizeof(*folder)); in hfsplus_cat_build_record() 104 folder->type = cpu_to_be16(HFSPLUS_FOLDER); in hfsplus_cat_build_record() 105 folder->id = cpu_to_be32(inode->i_ino); in hfsplus_cat_build_record() 107 folder->create_date = in hfsplus_cat_build_record() 108 folder->content_mod_date = in hfsplus_cat_build_record() 109 folder->attribute_mod_date = in hfsplus_cat_build_record() 110 folder->access_date = hfsp_now2mt(); in hfsplus_cat_build_record() 111 hfsplus_cat_set_perms(inode, &folder->permissions); in hfsplus_cat_build_record() [all …]
|
D | inode.c | 496 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode() local 502 hfsplus_get_perms(inode, &folder->permissions, 1); in hfsplus_cat_read_inode() 504 inode->i_size = 2 + be32_to_cpu(folder->valence); in hfsplus_cat_read_inode() 505 inode->i_atime = hfsp_mt2ut(folder->access_date); in hfsplus_cat_read_inode() 506 inode->i_mtime = hfsp_mt2ut(folder->content_mod_date); in hfsplus_cat_read_inode() 507 inode->i_ctime = hfsp_mt2ut(folder->attribute_mod_date); in hfsplus_cat_read_inode() 508 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode() 570 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode() local 577 hfsplus_cat_set_perms(inode, &folder->permissions); in hfsplus_cat_write_inode() 578 folder->access_date = hfsp_ut2mt(inode->i_atime); in hfsplus_cat_write_inode() [all …]
|
D | dir.c | 60 cnid = be32_to_cpu(entry.folder.id); in hfsplus_lookup() 196 be32_to_cpu(entry.folder.id)) in hfsplus_readdir() 199 be32_to_cpu(entry.folder.id), DT_DIR)) in hfsplus_readdir()
|
D | hfsplus_raw.h | 308 struct hfsplus_cat_folder folder; member
|
D | super.c | 456 inode = hfsplus_iget(sb, be32_to_cpu(entry.folder.id)); in hfsplus_fill_super()
|
/linux-2.6.39/Documentation/auxdisplay/ |
D | ks0108 | 53 your LCD specific wiring information in the same folder.
|
/linux-2.6.39/drivers/staging/tidspbridge/ |
D | TODO | 12 * Audit and clean up header files folder
|
/linux-2.6.39/Documentation/thermal/ |
D | sysfs-api.txt | 38 /sys/class/thermal folder as thermal_zone[0-*]. It tries to bind all the 60 It deletes the corresponding entry form /sys/class/thermal folder and 68 to /sys/class/thermal/ folder as cooling_device[0-*]. It tries to bind itself 80 It deletes the corresponding entry form /sys/class/thermal folder and
|
/linux-2.6.39/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 13 Description: The rfkill class subsystem folder.
|
/linux-2.6.39/Documentation/networking/ |
D | batman-adv.txt | 67 folder: 75 There is a special folder for debugging information:
|
/linux-2.6.39/Documentation/usb/ |
D | gadget_serial.txt | 161 driver in the folder that contains the "linux-cdc-acm.inf" file. 167 path or browse to the folder containing the "linux-cdc-acm.inf" file.
|
/linux-2.6.39/Documentation/laptops/ |
D | laptop-mode.txt | 72 times to determine whether a folder contains new mail. If you use mutt and 771 …n the battery runs out. Check kernel ACPI support and /proc/acpi/battery folder, and edit /etc/acp…
|
/linux-2.6.39/Documentation/filesystems/ |
D | vfat.txt | 130 for the customized folder).
|
/linux-2.6.39/Documentation/development-process/ |
D | 2.Process | 402 - Have the list delivered to a separate folder, rather than your main
|