Searched refs:walking (Results 1 – 25 of 33) sorted by relevance
12
| /Linux-v5.4/Documentation/filesystems/ |
| D | path-lookup.txt | 1 Path walking and name lookup locking 6 will be resolved. Paths are resolved by walking the namespace tree, starting 15 Path walking synchronisation history: 18 algorithm changed this by holding the dcache_lock at the beginning and walking 26 dentry that was looked up, so that may be used as the basis for walking the 37 path walking. 39 Path walking overview 60 name in the name string, and require some recursive path walking. Mount points 64 exact path walking flags. 66 Path walking then must, broadly, do several particular things: [all …]
|
| D | path-lookup.rst | 87 The Linux pathname walking code (mostly in ``fs/namei.c``) deals with 145 looking at the actual process of walking along a path. In particular 335 While walking down the tree (away from the root) this lock is used when 344 When walking up the tree (towards the root) by following a ".." link, 366 Throughout the process of walking a path, the current status is stored 632 REF-walk could also have made if it were walking down the tree at the 663 ``rcu_read_lock()`` is held for the entire time that RCU-walk is walking 1114 off the stack and path walking continues. 1172 All this leads to ``link_path_walk()`` walking down every component, and 1242 One other place where walking down a symlink can involve leaving [all …]
|
| D | xfs-self-describing-metadata.txt | 15 other metadata structures need to be discovered by walking the filesystem
|
| D | porting.rst | 405 vfs now tries to do path walking in "rcu-walk mode", which avoids
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | intel-bts.txt | 12 While decoding Intel BTS does not require walking the object code, the object
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-class-fpga-manager | 19 states. The fpga manager driver is walking through these steps
|
| /Linux-v5.4/Documentation/vm/ |
| D | transhuge.rst | 64 Code walking pagetables but unaware about huge pmds can simply call 73 If you're not walking pagetables but you run into a physical hugepage
|
| D | unevictable-lru.rst | 244 replaced by walking the reverse map to determine whether any VM_LOCKED VMAs 533 try_to_unmap() checks for VM_LOCKED VMAs while it is walking a page's reverse
|
| /Linux-v5.4/sound/soc/ |
| D | soc-dapm.c | 1148 if (path->walking) in invalidate_paths_ep() 1152 path->walking = 1; in invalidate_paths_ep() 1154 path->walking = 0; in invalidate_paths_ep() 1203 if (path->walking) in is_connected_ep() 1209 path->walking = 1; in is_connected_ep() 1211 path->walking = 0; in is_connected_ep()
|
| /Linux-v5.4/fs/jffs2/ |
| D | README.Locking | 105 has to be locked while walking the c->inocache_list hash buckets.
|
| /Linux-v5.4/Documentation/scheduler/ |
| D | sched-design-CFS.rst | 112 SMP load-balancing has been reworked/sanitized: the runqueue-walking
|
| /Linux-v5.4/Documentation/ |
| D | robust-futex-ABI.txt | 157 'list_op_pending' and the address of each 'lock word' found by walking
|
| /Linux-v5.4/Documentation/core-api/ |
| D | xarray.rst | 288 in this case, as it will save you from walking the tree twice. 304 macro. This macro initialises the xa_state ready to start walking
|
| D | assoc_array.rst | 553 so as long as anyone doing walking or iteration holds the RCU read lock, the
|
| /Linux-v5.4/include/sound/ |
| D | soc-dapm.h | 581 u32 walking:1; /* path is in the process of being walked */ member
|
| /Linux-v5.4/Documentation/fault-injection/ |
| D | fault-injection.rst | 109 stacktrace walking. Failure is injected only if some caller
|
| /Linux-v5.4/Documentation/fpga/ |
| D | dfl.rst | 73 convenient for software to locate each feature by walking through this list,
|
| /Linux-v5.4/Documentation/locking/ |
| D | ww-mutex-design.rst | 240 - They can handle lock-acquisition in any order which allows us to start walking
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | w83781d.rst | 432 suspected since walking through all the values increasingly and then
|
| /Linux-v5.4/Documentation/filesystems/caching/ |
| D | cachefiles.txt | 163 kernel module contains its own very cut-down path walking facility that ignores
|
| /Linux-v5.4/Documentation/scsi/ |
| D | ChangeLog.ncr53c8xx | 453 of walking on the lun CCBs list. Up to 32 tags per lun are now
|
| /Linux-v5.4/Documentation/virt/kvm/ |
| D | mmu.txt | 410 invalidated. This also needs to hold the MMU lock while walking all
|
| /Linux-v5.4/mm/ |
| D | Kconfig | 381 up the pagetable walking.
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | ext4.rst | 572 ext3 indirect block mapped inode to ext4 extent mapped inode by walking
|
| /Linux-v5.4/Documentation/bpf/ |
| D | bpf_devel_QA.rst | 606 target is mostly needed in tracing for the case of walking ``pt_regs``
|
12