Home
last modified time | relevance | path

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

/openbmc/linux/fs/9p/
H A Dvfs_dir.c55 if (perm & P9_DMSYMLINK) in dt_type()
H A Dvfs_inode.c118 else if ((mode & P9_DMSYMLINK) && (v9fs_proto_dotu(v9ses))) in p9mode2unixmode()
1251 if (!(st->mode & P9_DMSYMLINK)) { in v9fs_vfs_get_link()
1316 return v9fs_vfs_mkspecial(dir, dentry, P9_DMSYMLINK, symname); in v9fs_vfs_symlink()
/openbmc/linux/include/net/9p/
H A D9p.h253 P9_DMSYMLINK = 0x02000000, enumerator