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

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_inode.h60 LIST_HEAD(,fnode) i_fnlist; member in struct:ntnode
H A Dntfs_subr.c407 LIST_INIT(&ip->i_fnlist);
459 if (LIST_FIRST(&ip->i_fnlist))
750 LIST_FOREACH(fp, &ip->i_fnlist, f_fnlist){
781 LIST_INSERT_HEAD(&ip->i_fnlist, fp, f_fnlist);

Completed in 58 milliseconds