Searched refs:acltype (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_aixacl2.c35 extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
302 acl_type_t acltype; local
348 memset(&acltype, 0, sizeof(acl_type_t));
349 acltype.u64 = ACL_NFS4;
355 acltype, /* not a pointer !!! */
H A Dvfs_aixacl_util.c206 struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
220 if(acltype == SMB_ACL_TYPE_DEFAULT)
H A Dvfs_aixacl.c24 extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
H A Dvfs_cap.c207 static int cap_sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
211 return SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, capname, acltype, theacl);
H A Dvfs_full_audit.c244 const char *name, SMB_ACL_TYPE_T acltype,
1758 const char *name, SMB_ACL_TYPE_T acltype,
1763 result = SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, name, acltype,
1756 smb_full_audit_sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
H A Dvfs_default.c1067 static int vfswrap_sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
1069 return sys_acl_set_file(handle, name, acltype, theacl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_incore.h48 int acltype; /* Type of ACL */ member in struct:jfs_inode_info
H A Djfs_inode.c142 jfs_inode->acltype = 0;
H A Djfs_imap.c3112 jfs_ip->acltype = le32_to_cpu(dip->di_acltype);
3186 dip->di_acltype = cpu_to_le32(jfs_ip->acltype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dvfs_macros.h109 #define SMB_VFS_SYS_ACL_SET_FILE(conn, name, acltype, theacl) ((conn)->vfs.ops.sys_acl_set_file((conn)->vfs.handles.sys_acl_set_file, (name), (acltype), (theacl)))
225 #define SMB_VFS_OPAQUE_SYS_ACL_SET_FILE(conn, name, acltype, theacl) ((conn)->vfs_opaque.ops.sys_acl_set_file((conn)->vfs_opaque.handles.sys_acl_set_file, (name), (acltype), (theacl)))
342 #define SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, name, acltype, theacl) ((handle)->vfs_next.ops.sys_acl_set_file((handle)->vfs_next.handles.sys_acl_set_file, (name), (acltype), (theacl)))
H A Dvfs.h336 int (*sys_acl_set_file)(struct vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/VFS/
H A Dskel_transparent.c391 static int skel_sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
393 return SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, name, acltype, theacl);
H A Dskel_opaque.c409 static int skel_sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument

Completed in 119 milliseconds