Home
last modified time | relevance | path

Searched refs:tn_extattrs (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1912 LIST_FOREACH(ea, &node->tn_extattrs, ea_extattrs) { in tmpfs_deleteextattr()
1950 LIST_FOREACH(ea, &node->tn_extattrs, ea_extattrs) { in tmpfs_getextattr()
1984 LIST_FOREACH(ea, &node->tn_extattrs, ea_extattrs) { in tmpfs_listextattr()
2031 LIST_FOREACH(ea, &node->tn_extattrs, ea_extattrs) { in tmpfs_setextattr()
2066 LIST_INSERT_HEAD(&node->tn_extattrs, new_ea, ea_extattrs); in tmpfs_setextattr()
H A Dtmpfs.h255 struct tmpfs_extattr_list tn_extattrs; /* (v) */ member
H A Dtmpfs_subr.c632 LIST_INIT(&nnode->tn_extattrs); in tmpfs_alloc_node()
795 while ((ea = LIST_FIRST(&node->tn_extattrs)) != NULL) { in tmpfs_free_node_locked()