Searched refs:vnodes (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp69 // This is the maximum number of unused vnodes that the system
118 fssh_recursive_lock rlock; // guards the vnodes list
121 struct list vnodes; member in struct:FSShell::fs_mount
573 list_add_link_to_head(&mount->vnodes, &vnode->mount_link);
698 // there are too many unused vnodes so we free the oldest one
869 * \a vnodeToDisconnect, or if this is NULL, all vnodes of the specified
1948 // create sub vnodes, if necessary
1960 // error -- clean up the created sub vnodes
2428 * Must only be used with "in-use" vnodes as it doesn't grab a reference
4602 list_init_etc(&mount->vnodes, fssh_offseto
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp165 mutex lock; // guards the vnodes list
169 VnodeList vnodes; member in struct:fs_mount
346 // How long to wait for busy vnodes (10s)
851 mount->vnodes.Add(vnode);
859 mount->vnodes.Remove(vnode);
1168 // vnodes in the Removed state (except ones still Unpublished)
1316 // Write back the modified pages of some unused vnodes and free them.
1911 \a vnodeToDisconnect, or if this is NULL, all vnodes of the specified
3416 kprintf("Unused vnodes: %" B_PRIu32 " (max unused %" B_PRIu32 ")\n",
3421 kprintf("%" B_PRIu32 " vnodes tota
[all...]

Completed in 74 milliseconds