OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tn_links
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/tmpfs/
tmpfs_subr.c
39
* The link count of inode (tmpfs_node_t::
tn_links
) is used as a
62
* that tmpfs_node_t::
tn_links
being 0 is a destruction criterion.
64
* If an inode has references within the file system (
tn_links
> 0) and
168
if (node->
tn_links
== 0)
193
if (dnode->
tn_links
== 0)
197
if (dnode->
tn_links
== LINK_MAX)
199
KASSERT(dnode->
tn_links
< LINK_MAX);
209
node->
tn_links
= 0;
272
node->
tn_links
++;
355
KASSERT(node->
tn_links
== 0)
[
all
...]
tmpfs_vnops.c
187
if (dnode->
tn_links
== 0) {
435
vap->va_nlink = node->
tn_links
;
748
if (node->
tn_links
> 0) {
752
ap->ctx_vp_new_nlink = node->
tn_links
;
794
if (node->
tn_links
== LINK_MAX) {
798
KASSERT(node->
tn_links
< LINK_MAX);
909
node->
tn_links
--;
937
KASSERT(node->
tn_links
== 0);
998
if (node->
tn_links
) {
1087
if (node->
tn_links
== 0)
[
all
...]
tmpfs_vfsops.c
222
root->
tn_links
++;
281
node->
tn_links
--;
286
node->
tn_links
--;
tmpfs_rename.c
335
KASSERT(VP_TO_TMPFS_NODE(tvp)->
tn_links
== 2);
341
VP_TO_TMPFS_NODE(tvp)->
tn_links
--;
346
*tvp_nlinkp = VP_TO_TMPFS_NODE(tvp)->
tn_links
;
411
*tvp_nlinkp = VP_TO_TMPFS_NODE(vp)->
tn_links
;
tmpfs.h
114
nlink_t
tn_links
;
member in struct:tmpfs_node
Completed in 13 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025