Searched refs:user_id (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/fs/fuse/
H A Dinode.c63 kuid_t user_id; member in struct:fuse_mount_data
449 {OPT_USER_ID, "user_id=%u"},
505 d->user_id = make_kuid(current_user_ns(), uv); parse_fuse_opt()
506 if (!uid_valid(d->user_id)) parse_fuse_opt()
557 seq_printf(m, ",user_id=%u", from_kuid_munged(&init_user_ns, fc->user_id)); fuse_show_options()
1045 fc->user_id = d.user_id; fuse_fill_super()
H A Dcontrol.c221 inode->i_uid = fc->user_id; fuse_ctl_add_dentry()
H A Ddir.c1021 if (uid_eq(cred->euid, fc->user_id) && fuse_allow_current_process()
1022 uid_eq(cred->suid, fc->user_id) && fuse_allow_current_process()
1023 uid_eq(cred->uid, fc->user_id) && fuse_allow_current_process()
H A Dfuse_i.h409 kuid_t user_id; member in struct:fuse_conn
/linux-4.1.27/fs/
H A Daio.c91 unsigned long user_id; member in struct:kioctx
333 ctx->user_id = ctx->mmap_base = vma->vm_start; aio_ring_remap()
503 ctx->user_id = ctx->mmap_base; aio_setup_ring()
765 ctx, ctx->user_id, mm, ctx->nr_events); ioctx_alloc()
1038 if (ctx && ctx->user_id == ctx_id) { lookup_ioctx()
1327 ret = put_user(ioctx->user_id, ctxp); SYSCALL_DEFINE2()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dclass_obd.c108 * it from pid and user_id.
/linux-4.1.27/net/iucv/
H A Daf_iucv.c1042 char user_id[9]; iucv_sock_sendmsg() local
1180 user_id[8] = 0;
1181 memcpy(user_id, iucv->dst_user_id, 8);
1186 appl_id, user_id);
/linux-4.1.27/fs/ntfs/
H A Dlayout.h2129 * The $Q index contains one entry for each existing user_id on the volume. The
2130 * index key is the user_id of the user/group owning this quota control entry,
2131 * i.e. the key is the owner_id. The user_id of the owner of a file, i.e. the
2136 * a quota on that volume. The index key holds the SID of the user_id the
2140 * The $O index entry data is the user_id of the user corresponding to the SID.
2141 * This user_id is used as an index into $Q to find the quota control entry
2270 SID of the owner of the user_id. */
2272 user_id of the owner of the quota
/linux-4.1.27/fs/hpfs/
H A Dhpfs.h462 u8 user_id[16]; /* unused */ member in struct:fnode

Completed in 401 milliseconds