Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 25 of 71) sorted by relevance

123

/linux/fs/hfsplus/
A Dinode.c510 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode() local
515 hfsplus_get_perms(inode, &folder->permissions, 1); in hfsplus_cat_read_inode()
517 inode->i_size = 2 + be32_to_cpu(folder->valence); in hfsplus_cat_read_inode()
518 inode->i_atime = hfsp_mt2ut(folder->access_date); in hfsplus_cat_read_inode()
521 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode()
525 be32_to_cpu(folder->subfolders); in hfsplus_cat_read_inode()
587 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode() local
593 hfsplus_cat_set_perms(inode, &folder->permissions); in hfsplus_cat_write_inode()
594 folder->access_date = hfsp_ut2mt(inode->i_atime); in hfsplus_cat_write_inode()
597 folder->valence = cpu_to_be32(inode->i_size - 2); in hfsplus_cat_write_inode()
[all …]
A Dcatalog.c111 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()
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()
127 folder->user_info.frFlags = cpu_to_be16(0x5000); in hfsplus_cat_build_record()
[all …]
/linux/tools/perf/pmu-events/
A DREADME23 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/Documentation/sphinx/
A Dkfigure.py80 for folder in envpath.split(os.pathsep):
81 fname = folder + os.sep + cmd
85 def mkdir(folder, mode=0o775): argument
86 if not path.isdir(folder):
87 os.makedirs(folder, mode)
/linux/Documentation/devicetree/bindings/pinctrl/
A Dfsl,imx6sll-pinctrl.txt11 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
A Dfsl,imx25-pinctrl.txt22 Refer to imx25-pinfunc.h in device tree source folder for all available
A Dfsl,imx35-pinctrl.txt32 Refer to imx35-pinfunc.h in device tree source folder for all available
A Dfsl,imx50-pinctrl.txt31 Refer to imx50-pinfunc.h in device tree source folder for all available
A Dfsl,imx51-pinctrl.txt31 Refer to imx51-pinfunc.h in device tree source folder for all available
A Dfsl,imx53-pinctrl.txt31 Refer to imx53-pinfunc.h in device tree source folder for all available
A Dfsl,imx6q-pinctrl.txt37 Refer to imx6q-pinfunc.h in device tree source folder for all available
A Dfsl,imx6dl-pinctrl.txt37 Refer to imx6dl-pinfunc.h in device tree source folder for all available
A Dfsl,imx6sl-pinctrl.txt38 Refer to imx6sl-pinfunc.h in device tree source folder for all available
A Dfsl,imx6sx-pinctrl.txt11 imx6sx-pinfunc.h under device tree source folder. The last integer CONFIG is
A Dfsl,vf610-pinctrl.txt40 Please refer to vf610-pinfunc.h in device tree source folder
/linux/Documentation/ABI/testing/
A Dsysfs-driver-ppi6 This folder includes the attributes related with PPI (Physical
8 folder makes sense. The folder path can be got by command
/linux/Documentation/leds/
A Dleds-blinkm.rst56 This extended interface is available as folder blinkm
57 in the sysfs folder of the I2C device.
/linux/fs/vboxsf/
A DKconfig2 tristate "VirtualBox guest shared folder (vboxsf) support"
/linux/Documentation/arm/keystone/
A Dknav-qmss.rst43 channels. This firmware is available under ti-keystone folder of
48 To use copy the firmware image to lib/firmware folder of the initramfs or
/linux/arch/powerpc/platforms/powernv/
A Dopal-lpc.c353 static int opal_lpc_debugfs_create_type(struct dentry *folder, in opal_lpc_debugfs_create_type() argument
362 debugfs_create_file(fname, 0600, folder, entry, &lpc_fops); in opal_lpc_debugfs_create_type()
/linux/Documentation/admin-guide/auxdisplay/
A Dks0108.rst48 your LCD specific wiring information in the same folder.
/linux/Documentation/arm/stm32/
A Doverview.rst26 There is a generic board board-dt.c in the mach folder which support
/linux/Documentation/arm/sti/
A Doverview.rst28 There is a generic board board-dt.c in the mach folder which support
/linux/drivers/virt/vboxguest/
A DKconfig12 for the vboxfs driver which offers folder sharing support.
/linux/tools/power/pm-graph/config/
A Dcgskip.txt11 # it is found in the config folder. It can be ignored if

Completed in 43 milliseconds

123