/freebsd/share/man/man9/ |
H A D | VOP_ACCESS.9 | diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@ diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@
|
H A D | Makefile | diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@ diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vnops.c | diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@ diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@
|
/freebsd/sys/kern/ |
H A D | vnode_if.src | diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@ diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@
|
H A D | vfs_default.c | diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@ diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@
|
H A D | vfs_subr.c | diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@ diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@
|
/freebsd/sys/sys/ |
H A D | vnode.h | diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@ diff c97fcdba57c93d1309c7e67efb4bbcac2433a8d3 Sat May 30 15:59:05 CEST 2009 Edward Tomasz Napierala <trasz@FreeBSD.org> Add VOP_ACCESSX, which can be used to query for newly added V* permissions, such as VWRITE_ACL. For a filsystems that don't implement it, there is a default implementation, which works as a wrapper around VOP_ACCESS.
Reviewed by: rwatson@
|