Searched refs:fs_inval (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_latest.c | 177 { VOPNAME_CLOSE, { .error = fs_inval } }, 178 { VOPNAME_IOCTL, { .error = fs_inval } },
|
H A D | ctfs_sym.c | 139 { VOPNAME_IOCTL, { .error = fs_inval } },
|
H A D | ctfs_all.c | 151 { VOPNAME_IOCTL, { .error = fs_inval } },
|
H A D | ctfs_cdir.c | 159 { VOPNAME_IOCTL, { .error = fs_inval } },
|
H A D | ctfs_tdir.c | 162 { VOPNAME_IOCTL, { .error = fs_inval } },
|
H A D | ctfs_root.c | 513 { VOPNAME_IOCTL, { .error = fs_inval } },
|
/titanic_41/usr/src/uts/common/fs/objfs/ |
H A D | objfs_odir.c | 84 { VOPNAME_IOCTL, { .error = fs_inval } },
|
H A D | objfs_root.c | 169 { VOPNAME_IOCTL, { .error = fs_inval } },
|
H A D | objfs_data.c | 760 { VOPNAME_IOCTL, { .error = fs_inval } },
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | fs_subr.h | 56 extern int fs_inval();
|
H A D | fs_subr.c | 88 fs_inval() in fs_inval() function
|
H A D | xattr.c | 1396 { VOPNAME_IOCTL, { .error = fs_inval } }, 1406 { VOPNAME_MKDIR, { .error = fs_inval } },
|
/titanic_41/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vnops.c | 377 { VOPNAME_IOCTL, { .error = fs_inval } },
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 496 { VOPNAME_IOCTL, { .error = fs_inval } }, 1154 { VOPNAME_IOCTL, { .error = fs_inval } }, 1171 { VOPNAME_IOCTL, { .error = fs_inval } },
|