Home
last modified time | relevance | path

Searched refs:ST_LINKDIR (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/affs/
Dinode.c123 case ST_LINKDIR: in affs_read_inode()
364 case ST_LINKDIR: in affs_add_entry()
Damigaffs.c213 case ST_LINKDIR: in affs_remove_link()
Dnamei.c414 error = affs_add_entry(dir, inode, dentry, S_ISDIR(inode->i_mode) ? ST_LINKDIR : ST_LINKFILE); in affs_link()
/linux-2.4.37.9/include/linux/
Damigaffs.h156 #define ST_LINKDIR 4 macro