Searched refs:ST_LINKDIR (Results 1 – 4 of 4) sorted by relevance
123 case ST_LINKDIR: in affs_read_inode()364 case ST_LINKDIR: in affs_add_entry()
213 case ST_LINKDIR: in affs_remove_link()
414 error = affs_add_entry(dir, inode, dentry, S_ISDIR(inode->i_mode) ? ST_LINKDIR : ST_LINKFILE); in affs_link()
156 #define ST_LINKDIR 4 macro