Searched refs:dirents (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/fs/smb/client/ |
| H A D | readdir.c | 923 mutex_lock(&cfid->dirents.de_mutex); in cifs_dir_emit() 926 mutex_unlock(&cfid->dirents.de_mutex); in cifs_dir_emit() 1070 mutex_lock(&cfid->dirents.de_mutex); in cifs_readdir() 1077 cfid->dirents.ctx = ctx; in cifs_readdir() 1078 cfid->dirents.pos = 2; in cifs_readdir() 1084 if (cfid->dirents.is_valid) { in cifs_readdir() 1086 mutex_unlock(&cfid->dirents.de_mutex); in cifs_readdir() 1090 mutex_unlock(&cfid->dirents.de_mutex); in cifs_readdir() 1093 mutex_unlock(&cfid->dirents.de_mutex); in cifs_readdir() 1144 mutex_lock(&cfid->dirents.de_mutex); in cifs_readdir() [all …]
|
| H A D | cached_dir.h | 50 struct cached_dirents dirents; member
|
| H A D | cached_dir.c | 639 INIT_LIST_HEAD(&cfid->dirents.entries); in init_cached_dir() 640 mutex_init(&cfid->dirents.de_mutex); in init_cached_dir() 659 list_for_each_entry_safe(dirent, q, &cfid->dirents.entries, entry) { in free_cached_dir()
|
| /linux-6.15/fs/afs/ |
| H A D | dir_edit.c | 188 de = &block->dirents[d]; in afs_dir_scan_block() 340 de = &block->dirents[slot]; in afs_edit_dir_add() 443 de = &block->dirents[slot]; in afs_edit_dir_remove() 485 pde = &pblock->dirents[ps]; in afs_edit_dir_remove() 574 de = &block->dirents[slot]; in afs_edit_dir_update_dotdot() 624 de = &meta->dirents[slot]; in afs_mkdir_init_dir() 633 de = &meta->dirents[slot]; in afs_mkdir_init_dir()
|
| H A D | xdr_fs.h | 95 union afs_xdr_dirent dirents[AFS_DIR_SLOTS_PER_BLOCK]; member
|
| H A D | dir_search.c | 155 dire = &block->dirents[slot]; in afs_dir_search_bucket()
|
| H A D | dir.c | 397 dire = &block->dirents[slot]; in afs_dir_iterate_block()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | dir_repair.c | 157 unsigned int dirents; member 782 rd->dirents++; in xrep_dir_replay_update() 810 rd->dirents--; in xrep_dir_replay_update() 1566 if (rd->dirents == 0) { in xrep_dir_set_nlink()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | bcachefs_format.h | 1334 x(dirents, 2, \
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | hpfs.rst | 161 (one directory, if it's large, has dirents in tree on HPFS) must be replaced
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 1378 constituting the nodes, and directory entries (dirents) constituting the edges. 1381 These are called directory entries, or dirents for short. 4389 blocks and salvage any dirents that look plausible, correct link counts, and 4421 directory and add the staged dirents into the temporary directory. 4784 the dirents and add them to the now-empty directories.
|