Searched refs:perm (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c1398 * - from uid, gid and perm to securid (CACHED_SECURID)
1399 * - from a securid to uid, gid and perm (CACHED_PERMISSIONS)
1703 wanted.perm.uid = uid;
1704 wanted.perm.gid = gid;
1706 wanted.perm.mode = pxdesc->mode & 07777;
1707 wanted.perm.inh_fileid = const_cpu_to_le32(0);
1708 wanted.perm.inh_dirid = const_cpu_to_le32(0);
1714 wanted.perm.mode = mode & 07777;
1715 wanted.perm.inh_fileid = const_cpu_to_le32(0);
1716 wanted.perm
2092 int perm; local
2326 int perm; local
2460 int perm; local
3457 int perm; local
3537 int perm; local
3653 int perm; local
[all...]
H A Dacls.c2948 int perm; local
2950 perm = 0;
2956 perm |= S_IXUSR;
2959 perm |= S_IWUSR;
2962 perm |= S_IRUSR;
2966 perm |= S_IXUSR;
2969 perm |= S_IWUSR;
2972 perm |= S_IRUSR;
2980 perm |= S_IXGRP;
2983 perm |
4125 int perm; local
[all...]
H A Dsecurity.h80 struct CACHED_PERMISSIONS perm; member in struct:CACHED_PERMISSIONS_LEGACY
/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c296 * Open a file in the dst_path directory. If perm is specified, the
301 * perm File permission, if creating a new file.
307 dst_s_fopen(const char *filename, const char *mode, int perm) argument
322 if (perm)
323 chmod(pathname, (mode_t)perm);
H A Ddst_internal.h140 FILE *dst_s_fopen (const char *filename, const char *mode, int perm);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c622 mode_t perm; local
657 perm = (typemode & ~ctx->dmask & 0777)
662 perm = typemode | 0777;
664 perm = typemode & ~ctx->fmask & 0777;
681 dir_ni, perm, S_ISDIR(type));
685 perm & ~security.umask, S_ISDIR(type));
744 dir_ni, perm) < 0)
750 perm & ~security.umask) < 0)

Completed in 107 milliseconds