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

  /src/sys/sys/
vnode.h 663 int vfs_unixify_accmode(accmode_t *);
  /src/sys/miscfs/genfs/
genfs_vnops.c 1424 error = vfs_unixify_accmode(&accmode);
  /src/sys/ufs/ufs/
ufs_vnops.c 365 error = vfs_unixify_accmode(&accmode);
385 error = vfs_unixify_accmode(&accmode);
843 * this goes through vfs_unixify_accmode() and we get EPERM.
1401 * this goes through vfs_unixify_accmode() and we get EPERM.
  /src/sys/kern/
vfs_subr.c 1414 vfs_unixify_accmode(accmode_t *accmode) function in typeref:typename:int

Completed in 112 milliseconds