/linux-4.4.14/fs/hfsplus/ |
D | inode.c | 488 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode() local 494 hfsplus_get_perms(inode, &folder->permissions, 1); in hfsplus_cat_read_inode() 496 inode->i_size = 2 + be32_to_cpu(folder->valence); in hfsplus_cat_read_inode() 497 inode->i_atime = hfsp_mt2ut(folder->access_date); in hfsplus_cat_read_inode() 498 inode->i_mtime = hfsp_mt2ut(folder->content_mod_date); in hfsplus_cat_read_inode() 499 inode->i_ctime = hfsp_mt2ut(folder->attribute_mod_date); in hfsplus_cat_read_inode() 500 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode() 502 if (folder->flags & cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT)) { in hfsplus_cat_read_inode() 504 be32_to_cpu(folder->subfolders); in hfsplus_cat_read_inode() 566 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode() local [all …]
|
D | catalog.c | 110 struct hfsplus_cat_folder *folder; in hfsplus_cat_build_record() local 112 folder = &entry->folder; in hfsplus_cat_build_record() 113 memset(folder, 0, sizeof(*folder)); in hfsplus_cat_build_record() 114 folder->type = cpu_to_be16(HFSPLUS_FOLDER); in hfsplus_cat_build_record() 116 folder->flags |= cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT); in hfsplus_cat_build_record() 117 folder->id = cpu_to_be32(inode->i_ino); in hfsplus_cat_build_record() 119 folder->create_date = in hfsplus_cat_build_record() 120 folder->content_mod_date = in hfsplus_cat_build_record() 121 folder->attribute_mod_date = in hfsplus_cat_build_record() 122 folder->access_date = hfsp_now2mt(); in hfsplus_cat_build_record() [all …]
|
D | dir.c | 68 cnid = be32_to_cpu(entry.folder.id); in hfsplus_lookup() 220 be32_to_cpu(entry.folder.id)) in hfsplus_readdir() 223 be32_to_cpu(entry.folder.id), DT_DIR)) in hfsplus_readdir()
|
D | hfsplus_raw.h | 326 struct hfsplus_cat_folder folder; member
|
D | super.c | 526 inode = hfsplus_iget(sb, be32_to_cpu(entry.folder.id)); in hfsplus_fill_super()
|
D | xattr.c | 305 memcpy(&entry.folder.user_info, value, in __hfsplus_setxattr()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-ppi | 6 This folder includes the attributes related with PPI (Physical 8 folder makes sense. The folder path can be got by command
|
D | sysfs-bus-usb | 102 extra bus folder "usb-serial" in sysfs; apart from that
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | TODO | 20 - While replacing the older driver in media folder, provide a compatibility 31 include/media/davinci/ folder for building the uImage.
|
/linux-4.4.14/Documentation/leds/ |
D | leds-blinkm.txt | 51 This extended interface is available as folder blinkm 52 in the sysfs folder of the I2C device.
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx25-pinctrl.txt | 22 Refer to imx25-pinfunc.h in device tree source folder for all available
|
D | fsl,imx53-pinctrl.txt | 31 Refer to imx53-pinfunc.h in device tree source folder for all available
|
D | fsl,imx51-pinctrl.txt | 31 Refer to imx51-pinfunc.h in device tree source folder for all available
|
D | fsl,imx35-pinctrl.txt | 32 Refer to imx35-pinfunc.h in device tree source folder for all available
|
D | fsl,imx6q-pinctrl.txt | 37 Refer to imx6q-pinfunc.h in device tree source folder for all available
|
D | fsl,imx6dl-pinctrl.txt | 37 Refer to imx6dl-pinfunc.h in device tree source folder for all available
|
D | fsl,imx6sx-pinctrl.txt | 11 imx6sx-pinfunc.h under device tree source folder. The last integer CONFIG is
|
D | fsl,imx6sl-pinctrl.txt | 38 Refer to imx6sl-pinfunc.h in device tree source folder for all available
|
D | fsl,imx6ul-pinctrl.txt | 11 imx6ul-pinfunc.h under device tree source folder. The last integer CONFIG is
|
D | fsl,vf610-pinctrl.txt | 40 Please refer to vf610-pinfunc.h in device tree source folder
|
D | fsl,imx7d-pinctrl.txt | 34 imx7d-pinfunc.h under device tree source folder. The last integer CONFIG is
|
D | fsl,imx-pinctrl.txt | 28 imx*-pinfunc.h under device tree source folder. The last integer CONFIG is
|
/linux-4.4.14/Documentation/auxdisplay/ |
D | ks0108 | 53 your LCD specific wiring information in the same folder.
|
/linux-4.4.14/Documentation/arm/stm32/ |
D | overview.txt | 24 There is a generic board board-dt.c in the mach folder which support
|
/linux-4.4.14/Documentation/arm/sti/ |
D | overview.txt | 25 There is a generic board board-dt.c in the mach folder which support
|
/linux-4.4.14/Documentation/arm/keystone/ |
D | knav-qmss.txt | 40 channels. This firmware is available under ti-keystone folder of 44 To use copy the firmware image to lib/firmware folder of the initramfs or
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-lpc.c | 358 static int opal_lpc_debugfs_create_type(struct dentry *folder, in opal_lpc_debugfs_create_type() argument 367 debugfs_create_file(fname, 0600, folder, entry, &lpc_fops); in opal_lpc_debugfs_create_type()
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | sodaville.txt | 5 which is covered by the gpio.txt file in this folder.
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 13 Description: The rfkill class subsystem folder.
|
/linux-4.4.14/Documentation/networking/ |
D | batman-adv.txt | 66 folder: 74 There is a special folder for debugging information:
|
D | ieee802154.txt | 111 See sources in drivers/net/ieee802154 folder for more details.
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 41 /sys/class/thermal folder as thermal_zone[0-*]. It tries to bind all the 72 It deletes the corresponding entry form /sys/class/thermal folder and 80 to /sys/class/thermal/ folder as cooling_device[0-*]. It tries to bind itself 92 It deletes the corresponding entry form /sys/class/thermal folder and
|
/linux-4.4.14/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-4.4.14/Documentation/ |
D | email-clients.txt | 196 set folder = imaps://imap.gmail.com/
|
/linux-4.4.14/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-4.4.14/Documentation/filesystems/ |
D | vfat.txt | 139 for the customized folder).
|
/linux-4.4.14/Documentation/development-process/ |
D | 2.Process | 398 - Have the list delivered to a separate folder, rather than your main
|