Searched refs:fs_notdir (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_ctl.c | 233 { VOPNAME_READDIR, { .error = fs_notdir } }, 234 { VOPNAME_LOOKUP, { .error = fs_notdir } }, 332 { VOPNAME_READDIR, { .error = fs_notdir } }, 333 { VOPNAME_LOOKUP, { .error = fs_notdir } },
|
H A D | ctfs_event.c | 333 { VOPNAME_READDIR, { .error = fs_notdir } }, 334 { VOPNAME_LOOKUP, { .error = fs_notdir } }, 493 { VOPNAME_READDIR, { .error = fs_notdir } }, 494 { VOPNAME_LOOKUP, { .error = fs_notdir } },
|
H A D | ctfs_sym.c | 141 { VOPNAME_READDIR, { .error = fs_notdir } }, 142 { VOPNAME_LOOKUP, { .error = fs_notdir } },
|
H A D | ctfs_latest.c | 179 { VOPNAME_READDIR, { .error = fs_notdir } }, 180 { VOPNAME_LOOKUP, { .error = fs_notdir } },
|
H A D | ctfs_tmpl.c | 195 { VOPNAME_READDIR, { .error = fs_notdir } }, 196 { VOPNAME_LOOKUP, { .error = fs_notdir } },
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fs_subr.h | 56 extern int fs_notdir();
|
H A D | fs_subr.c | 113 fs_notdir() in fs_notdir() function
|
H A D | xattr.c | 834 { VOPNAME_READDIR, { .error = fs_notdir } },
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_fssub.c | 83 fs_notdir() in fs_notdir() function
|