Searched refs:folder (Results 1 – 16 of 16) sorted by relevance
/linux-3.4.99/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 | 510 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode() local 516 hfsplus_get_perms(inode, &folder->permissions, 1); in hfsplus_cat_read_inode() 518 inode->i_size = 2 + be32_to_cpu(folder->valence); in hfsplus_cat_read_inode() 519 inode->i_atime = hfsp_mt2ut(folder->access_date); in hfsplus_cat_read_inode() 520 inode->i_mtime = hfsp_mt2ut(folder->content_mod_date); in hfsplus_cat_read_inode() 521 inode->i_ctime = hfsp_mt2ut(folder->attribute_mod_date); in hfsplus_cat_read_inode() 522 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode() 584 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode() local 591 hfsplus_cat_set_perms(inode, &folder->permissions); in hfsplus_cat_write_inode() 592 folder->access_date = hfsp_ut2mt(inode->i_atime); in hfsplus_cat_write_inode() [all …]
|
D | dir.c | 62 cnid = be32_to_cpu(entry.folder.id); in hfsplus_lookup() 211 be32_to_cpu(entry.folder.id)) in hfsplus_readdir() 214 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 | 485 inode = hfsplus_iget(sb, be32_to_cpu(entry.folder.id)); in hfsplus_fill_super()
|
/linux-3.4.99/Documentation/auxdisplay/ |
D | ks0108 | 53 your LCD specific wiring information in the same folder.
|
/linux-3.4.99/drivers/staging/tidspbridge/ |
D | TODO | 12 * Audit and clean up header files folder
|
/linux-3.4.99/Documentation/devicetree/bindings/gpio/ |
D | sodaville.txt | 5 which is covered by the gpio.txt file in this folder.
|
/linux-3.4.99/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-3.4.99/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 13 Description: The rfkill class subsystem folder.
|
/linux-3.4.99/Documentation/networking/ |
D | batman-adv.txt | 68 folder: 76 There is a special folder for debugging information:
|
/linux-3.4.99/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-3.4.99/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 143 extra bus folder "usb-serial" in sysfs; apart from that
|
/linux-3.4.99/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-3.4.99/Documentation/filesystems/ |
D | vfat.txt | 130 for the customized folder).
|
/linux-3.4.99/Documentation/development-process/ |
D | 2.Process | 402 - Have the list delivered to a separate folder, rather than your main
|