Searched refs:folder (Results 1 – 25 of 65) sorted by relevance
123
/Linux-v4.19/fs/hfsplus/ |
D | inode.c | 476 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode() local 482 hfsplus_get_perms(inode, &folder->permissions, 1); in hfsplus_cat_read_inode() 484 inode->i_size = 2 + be32_to_cpu(folder->valence); in hfsplus_cat_read_inode() 485 inode->i_atime = timespec_to_timespec64(hfsp_mt2ut(folder->access_date)); in hfsplus_cat_read_inode() 486 inode->i_mtime = timespec_to_timespec64(hfsp_mt2ut(folder->content_mod_date)); in hfsplus_cat_read_inode() 487 inode->i_ctime = timespec_to_timespec64(hfsp_mt2ut(folder->attribute_mod_date)); in hfsplus_cat_read_inode() 488 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode() 490 if (folder->flags & cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT)) { in hfsplus_cat_read_inode() 492 be32_to_cpu(folder->subfolders); in hfsplus_cat_read_inode() 555 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode() local [all …]
|
D | catalog.c | 111 struct hfsplus_cat_folder *folder; in hfsplus_cat_build_record() local 113 folder = &entry->folder; in hfsplus_cat_build_record() 114 memset(folder, 0, sizeof(*folder)); in hfsplus_cat_build_record() 115 folder->type = cpu_to_be16(HFSPLUS_FOLDER); in hfsplus_cat_build_record() 117 folder->flags |= cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT); in hfsplus_cat_build_record() 118 folder->id = cpu_to_be32(inode->i_ino); in hfsplus_cat_build_record() 120 folder->create_date = in hfsplus_cat_build_record() 121 folder->content_mod_date = in hfsplus_cat_build_record() 122 folder->attribute_mod_date = in hfsplus_cat_build_record() 123 folder->access_date = hfsp_now2mt(); in hfsplus_cat_build_record() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx6sll-pinctrl.txt | 11 imx6sll-pinfunc.h under device tree source folder. The last integer CONFIG is 39 Refer to imx6sll-pinfunc.h in device tree source folder for all available
|
D | fsl,imx25-pinctrl.txt | 22 Refer to imx25-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,imx51-pinctrl.txt | 31 Refer to imx51-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,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,imx6sl-pinctrl.txt | 38 Refer to imx6sl-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,vf610-pinctrl.txt | 40 Please refer to vf610-pinfunc.h in device tree source folder
|
D | fsl,imx6ul-pinctrl.txt | 12 imx6ul-pinfunc.h under device tree source folder. The last integer CONFIG is
|
D | fsl,imx8mq-pinctrl.txt | 15 imx8mq-pinfunc.h under device tree source folder. The last integer CONFIG is
|
/Linux-v4.19/tools/perf/pmu-events/ |
D | README | 23 folder. Matching is based on the "EventName" field. 37 The JSONs folder for a CPU model/family may be placed in the root arch 38 folder, or may be placed in a vendor sub-folder under the arch folder
|
/Linux-v4.19/Documentation/sphinx/ |
D | kfigure.py | 90 for folder in envpath.split(os.pathsep): 91 fname = folder + os.sep + cmd 95 def mkdir(folder, mode=0o775): argument 96 if not path.isdir(folder): 97 os.makedirs(folder, mode)
|
/Linux-v4.19/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
|
/Linux-v4.19/drivers/staging/media/davinci_vpfe/ |
D | TODO | 20 - While replacing the older driver in media folder, provide a compatibility 32 include/media/davinci/ folder for building the uImage.
|
/Linux-v4.19/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-v4.19/Documentation/auxdisplay/ |
D | ks0108 | 53 your LCD specific wiring information in the same folder.
|
/Linux-v4.19/Documentation/arm/stm32/ |
D | overview.rst | 26 There is a generic board board-dt.c in the mach folder which support
|
/Linux-v4.19/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-v4.19/Documentation/arm/sti/ |
D | overview.txt | 25 There is a generic board board-dt.c in the mach folder which support
|
/Linux-v4.19/drivers/virt/vboxguest/ |
D | Kconfig | 11 for the vboxfs driver which offers folder sharing support.
|
/Linux-v4.19/tools/power/pm-graph/config/ |
D | cgskip.txt | 11 # it is found in the config folder. It can be ignored if
|
123