HomeSort by: relevance | last modified time | path
    Searched refs:v7fs_mode_t (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_inode.h 84 void v7fs_inode_chmod(struct v7fs_inode *, v7fs_mode_t);
v7fs.h 76 typedef uint16_t v7fs_mode_t; typedef in typeref:typename:uint16_t
v7fs_impl.h 95 v7fs_mode_t mode;
v7fs_inode_util.c 61 v7fs_inode_chmod(struct v7fs_inode *inode, v7fs_mode_t mode)
v7fs_vfsops.c 76 static enum vtype v7fs_mode_to_vtype(v7fs_mode_t mode);
417 v7fs_mode_to_vtype (v7fs_mode_t mode)
v7fs_vnops.c 67 static v7fs_mode_t vtype_to_v7fs_mode(enum vtype);
68 static uint8_t v7fs_mode_to_d_type(v7fs_mode_t);
70 static v7fs_mode_t
74 v7fs_mode_t table[] = { 0, V7FS_IFREG, V7FS_IFDIR, V7FS_IFBLK,
81 v7fs_mode_to_d_type(v7fs_mode_t mode)

Completed in 16 milliseconds