Home
last modified time | relevance | path

Searched full:directories (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/linux/Documentation/ABI/testing/
H A Dsysfs-class-regulator6 Some regulator directories will contain a field called
32 Some regulator directories will contain a field called
96 Some regulator directories will contain a field called
111 Some regulator directories will contain a field called
126 Some regulator directories will contain a field called
151 Some regulator directories will contain a field called
166 Some regulator directories will contain a field called
181 Some regulator directories will contain a field called
196 Some regulator directories will contain a field called
234 Some regulator directories will contain a field called
[all …]
H A Dsysfs-class7 in the kernel. The individual directories will consist
9 directories.
H A Dsysfs-devices-power_resources_D09 If present, it contains symbolic links to device directories
12 of the links are the same as the names of the directories they
H A Dsysfs-devices-power_resources_wakeup9 If present, it contains symbolic links to device directories
12 the links are the same as the names of the directories they
H A Dsysfs-devices-power_resources_D3hot10 If present, it contains symbolic links to device directories
13 names of the links are the same as the names of the directories
H A Dsysfs-devices-power_resources_D210 If present, it contains symbolic links to device directories
13 of the links are the same as the names of the directories they
H A Dsysfs-devices-power_resources_D110 If present, it contains symbolic links to device directories
13 of the links are the same as the names of the directories they
/linux/Documentation/filesystems/
H A Ddirectory-locking.rst49 are non-directories - the source because it wouldn't need to be locked
63 * lock the non-directories involved (exclusive), in inode pointer order.
65 The rules above obviously guarantee that all directories that are going
140 * rank ->i_rwsem of non-directories on given filesystem in inode pointer
142 * put ->i_rwsem of all directories on a filesystem at the same rank,
152 2. ->i_rwsem of directories on that NFS filesystem, same rank for all
153 3. ->i_rwsem of non-directories on that filesystem, in order of
156 5. ->i_rwsem of directories on the local filesystem, same rank for all
157 6. ->i_rwsem of non-directories on local filesystem, in order of
169 i.e. they all will be ->i_rwsem of directories on the same filesystem.
[all …]
H A Doverlayfs.rst25 While directories will report an st_dev from the overlay-filesystem,
89 'lower' filesystem is either hidden or, in the case of directories,
109 Directories chapter
112 Overlaying mainly involves directories. If a given name appears in both
117 Where both upper and lower objects are directories, a merged directory
120 At mount time, the two directories given as mount options "lowerdir" and
132 actual lookups find directories, both are stored and a merged
136 Only the lists of names from directories are merged. Other content
140 whiteouts and opaque directories
146 directories (non-directories are always opaque).
[all …]
H A Dsquashfs.rst10 directories. Inodes in the system are very small and all blocks are packed to
33 Max directories unlimited unlimited
50 Squashfs compresses data, inodes and directories. In addition, inode and
175 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
192 regular files and directories, and extended types where extra
195 3.3 Directories
198 Like inodes, directories are packed into compressed metadata blocks, stored
199 in a directory table. Directories are accessed using the start address of
203 Directories are organised in a slightly complex way, and are not simply
207 Directories are therefore organised in a two level list, a directory
[all …]
H A Dntfs3.rst56 - Controls the default permissions for files/directories created after
61 directories, fmask applies only to files and dmask only to directories.
79 - Prevents the creation of files and directories with a name not allowed
H A Domfs.rst12 block sizes from 2k to 8k, with hash-based directories. This
41 dmask=xxx set umask to xxx for directories
69 Files and directories are both represented by omfs_inode::
84 Directories in OMFS are implemented as a large hash table. Filenames are
H A Dhpfs.rst167 You encounter this problem only if you have many directories so that
172 You can't delete open directories.
174 You can't rename over directories (what is it good for?).
184 (lost files, unbalanced directories). (I guess all filesystem may do it).
198 probably because of directories created with old version of this driver.
207 When you have two (or more) lost directories pointing each to other, chkdsk
285 Directories have no longer archive attribute set (some programs don't like
294 error sometimes when opening directories in PMSHELL)
H A Dfscrypt.rst9 transparent encryption of files and directories.
46 userspace provides the key, all regular files, directories, and
124 encrypted files and directories before removing a master key, as
169 policies on all new encrypted directories.
322 For directories that are indexed using a secret-keyed dirhash over the
327 encrypted directories use this style of hashing.
592 For new encrypted directories, use v2 policies.
671 files, directories (recursively), and symlinks created in the
679 regular files and directories, including nonempty directories.
815 On encrypted files and directories it gets the inode's 16-byte nonce.
[all …]
H A Dzonefs.rst62 by sub-directories. This file structure is built entirely using zone information
82 Zone type sub-directories
96 These two directories are the only directories that exist in zonefs. Users
97 cannot create other directories and cannot rename nor delete the "cnv" and
98 "seq" sub-directories.
100 The size of the directories indicated by the st_size field of struct stat,
108 of zones of a particular type. That is, both the "cnv" and "seq" directories
117 sub-directories is not allowed.
416 The size of the zone files sub-directories indicate the number of files
/linux/Documentation/arch/arm/samsung/
H A Doverview.rst35 several platform directories and then the machine specific directories
39 last in the line of include directories that are processed for the build
51 The old plat-s3c and plat-s5pc1xx directories have been removed, with
54 so many different platform directories.
/linux/Documentation/admin-guide/
H A Dsysfs-rules.rst25 reading directories and opening the files yourself.
54 - all elements of a devpath must be real directories. Symlinks
105 It is planned that all device directories will end up in the tree
111 not contain any device directories themselves, but only flat lists of
115 classification directories into one place at ``/sys/subsystem``,
116 following the layout of the bus directories. All buses and
153 directory does not contain directories for child devices, these links
157 real child device directories in the ``/sys/devices`` tree is a bug in
161 directories live in ``/sys/devices.``
/linux/drivers/firewire/
H A Dcore-device.c155 const u32 *directories[] = {NULL, NULL, NULL}; in get_modalias_ids() local
159 directories[0] = root_directory; in get_modalias_ids()
165 directories[1] = unit->directory; in get_modalias_ids()
167 directories[1] = vendor_directory; in get_modalias_ids()
168 directories[2] = unit->directory; in get_modalias_ids()
171 for (i = 0; i < ARRAY_SIZE(directories) && !!directories[i]; ++i) in get_modalias_ids()
172 get_ids(directories[i], id); in get_modalias_ids()
287 const u32 *directories[] = {NULL, NULL}; in show_immediate() local
293 directories[0] = fw_unit(dev)->directory; in show_immediate()
299 directories[0] = root_directory; in show_immediate()
[all …]
/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst155 Do not create, rename or unlink files and directories in the cache while the
164 Do not create files or directories in the cache, lest the cache get confused or
177 directories are culled if not in use.
214 The CacheFiles module will create two directories in the directory it was
228 The module represents index objects as directories with the filename "I..." or
231 Data objects are represented as files if they have no children, or directories
241 Immediately in the representative directory are a collection of directories
256 make a nest of directories, and the last one of which will be the objects
257 inside the last directory. The names of the intermediate directories will have
279 Intermediate directories are always "@" or "+" as appropriate.
[all …]
/linux/include/uapi/linux/
H A Dlandlock.h142 * files and directories. Files or directories opened before the sandboxing
163 * A directory can receive access rights related to files or directories. The
165 * directories beneath it:
195 * always deny attempts to reparent files between different directories.
197 * In addition to the source and destination directories having the
216 * The following access right applies both to files and directories:
/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst42 creates multiple directories and files under its sysfs directory,
121 child directories named ``0`` to ``N-1``. Each directory represents each
171 number (``N``) to the file creates the number of child directories named as
183 and three directories (``monitoring_attrs``, ``targets``, and ``schemes``)
206 Specifically, two directories, ``intervals`` and ``nr_regions`` exist in this
228 number (``N``) to the file creates the number of child directories named ``0``
258 number (``N``) to the file creates the number of child directories named ``0``
283 number (``N``) to the file creates the number of child directories named ``0``
291 In each scheme directory, five directories (``access_pattern``, ``quotas``,
315 Under the ``access_pattern`` directory, three directories (``sz``,
[all …]
/linux/Documentation/usb/
H A Dgadget_configfs.rst93 Further custom string descriptors can be created as directories within the
107 directories must be created:
249 Remove strings directories in configurations:
285 Remove strings directories in the gadget::
309 In configfs there are items and groups, both represented as directories.
313 The user can create and remove directories, but cannot remove files,
363 the directories in general can be named at will. A group can have
/linux/Documentation/arch/arm/
H A Darm.rst66 Several new include directories have been created under include/asm-arm,
68 directories, and their purpose is listed below:
85 used to select which directories and files get included (we will use
88 To this end, we now have arch/arm/mach-$(MACHINE) directories which are
187 classes are given directories - arch/arm/mach-<class> - which contain
/linux/fs/jffs2/
H A Dbuild.c66 /* we can get high latency here with huge directories */ in jffs2_build_inode_pass1()
81 /* If we appear (at this stage) to have hard-linked directories, in jffs2_build_inode_pass1()
133 they were directories, then decrement the nlink of their in jffs2_build_filesystem()
165 * dead directories which still had some old dirents lying in jffs2_build_filesystem()
183 * directories during fs build, so set it to the in jffs2_build_filesystem()
196 /* We clear ic->pino_nlink ∀ directories' ic *only* if dir_hardlinks in jffs2_build_filesystem()
206 /* For directories, ic->pino_nlink holds that parent inode # */ in jffs2_build_filesystem()
/linux/tools/power/pm-graph/
H A DMakefile17 # Prefix to the directories we're installing to
83 @echo ' install - Install the program and create necessary directories'
84 @echo ' uninstall - Remove installed files and directories'

12345678910>>...20