| /fs/orangefs/ |
| A D | dir.c | 16 __u64 token; member 76 op->upcall.req.readdir.token = od->token; in do_readdir() 127 od->token = resp->token; in do_readdir() 294 od->token = ORANGEFS_ITERATE_START; in orangefs_dir_llseek() 335 while (od->token != ORANGEFS_ITERATE_END && in orangefs_dir_iterate() 341 if (od->token == ORANGEFS_ITERATE_END && ctx->pos > od->end) in orangefs_dir_iterate() 352 if (od->token != ORANGEFS_ITERATE_END) { in orangefs_dir_iterate() 370 od->token = ORANGEFS_ITERATE_START; in orangefs_dir_open()
|
| A D | xattr.c | 411 __u64 token = ORANGEFS_ITERATE_START; in orangefs_listxattr() local 435 new_op->upcall.req.listxattr.token = token; in orangefs_listxattr() 509 token = new_op->downcall.resp.listxattr.token; in orangefs_listxattr() 510 if (token != ORANGEFS_ITERATE_END) in orangefs_listxattr()
|
| A D | upcall.h | 71 __u64 token; member 78 __u64 token; member 134 __u64 token; member
|
| A D | downcall.h | 69 __u64 token; member 131 __u64 token; member
|
| /fs/ecryptfs/ |
| A D | keystore.c | 1107 (*sig) = auth_tok->token.password.signature; in ecryptfs_get_auth_tok_sig() 1110 (*sig) = auth_tok->token.private_key.signature; in ecryptfs_get_auth_tok_sig() 1466 memcpy((*new_auth_tok)->token.password.salt, in parse_tag_3_packet() 1823 new_auth_tok->token.password.signature[ in ecryptfs_parse_packet_set() 1901 memcpy(&(candidate_auth_tok->token.private_key), in ecryptfs_parse_packet_set() 1902 &(matching_auth_tok->token.private_key), in ecryptfs_parse_packet_set() 1909 memcpy(&(candidate_auth_tok->token.password), in ecryptfs_parse_packet_set() 1910 &(matching_auth_tok->token.password), in ecryptfs_parse_packet_set() 2049 auth_tok->token.private_key.key_size; in write_tag_1_packet() 2242 if (auth_tok->token.password.flags & in write_tag_3_packet() [all …]
|
| A D | debug.c | 29 ecryptfs_to_hex(salt, auth_tok->token.password.salt, in ecryptfs_dump_auth_tok() 33 if (auth_tok->token.password.flags & in ecryptfs_dump_auth_tok() 37 memcpy(sig, auth_tok->token.password.signature, in ecryptfs_dump_auth_tok()
|
| /fs/ |
| A D | fs_context.c | 63 unsigned int token; in vfs_parse_sb_flag() local 65 token = lookup_constant(common_set_sb_flag, key, 0); in vfs_parse_sb_flag() 66 if (token) { in vfs_parse_sb_flag() 67 fc->sb_flags |= token; in vfs_parse_sb_flag() 68 fc->sb_flags_mask |= token; in vfs_parse_sb_flag() 72 token = lookup_constant(common_clear_sb_flag, key, 0); in vfs_parse_sb_flag() 73 if (token) { in vfs_parse_sb_flag() 74 fc->sb_flags &= ~token; in vfs_parse_sb_flag() 75 fc->sb_flags_mask |= token; in vfs_parse_sb_flag()
|
| /fs/autofs/ |
| A D | dev-ioctl.c | 309 autofs_wqt_t token; in autofs_dev_ioctl_ready() local 311 token = (autofs_wqt_t) param->ready.token; in autofs_dev_ioctl_ready() 312 return autofs_wait_release(sbi, token, 0); in autofs_dev_ioctl_ready() 323 autofs_wqt_t token; in autofs_dev_ioctl_fail() local 326 token = (autofs_wqt_t) param->fail.token; in autofs_dev_ioctl_fail() 328 return autofs_wait_release(sbi, token, status); in autofs_dev_ioctl_fail()
|
| /fs/omfs/ |
| A D | inode.c | 412 int token; in omfs_parse_param() local 419 token = fs_parse(fc, omfs_param_spec, param, &result); in omfs_parse_param() 420 if (token < 0) in omfs_parse_param() 421 return token; in omfs_parse_param() 423 switch (token) { in omfs_parse_param()
|
| /fs/befs/ |
| A D | linuxvfs.c | 689 int token; in befs_parse_param() local 696 token = fs_parse(fc, befs_param_spec, param, &result); in befs_parse_param() 697 if (token < 0) in befs_parse_param() 698 return token; in befs_parse_param() 700 switch (token) { in befs_parse_param()
|
| /fs/unicode/ |
| A D | utf8-core.c | 228 static const struct match_token token[] = { in utf8_parse_version() local 233 if (match_token(version, token, args) != 1) in utf8_parse_version()
|
| /fs/smb/common/smbdirect/ |
| A D | smbdirect.h | 13 __le32 token; member
|
| /fs/9p/ |
| A D | v9fs.c | 192 int token, r; in v9fs_parse_options() local 197 token = match_token(p, tokens, args); in v9fs_parse_options() 198 switch (token) { in v9fs_parse_options()
|
| /fs/ceph/ |
| A D | super.c | 421 int token, ret; in ceph_parse_mount_param() local 427 token = fs_parse(fc, ceph_mount_parameters, param, &result); in ceph_parse_mount_param() 428 dout("%s: fs_parse '%s' token %d\n",__func__, param->key, token); in ceph_parse_mount_param() 429 if (token < 0) in ceph_parse_mount_param() 430 return token; in ceph_parse_mount_param() 432 switch (token) { in ceph_parse_mount_param()
|
| /fs/nfs/ |
| A D | nfs4idmap.c | 506 int token, ret; in nfs_idmap_prepare_message() local 509 token = match_token(desc, nfs_idmap_tokens, &substr); in nfs_idmap_prepare_message() 511 switch (token) { in nfs_idmap_prepare_message()
|
| /fs/ext4/ |
| A D | super.c | 1827 int token; member 2124 int token; in ext4_parse_param() local 2127 if (token < 0) in ext4_parse_param() 2128 return token; in ext4_parse_param() 2132 if (token == m->token) in ext4_parse_param() 2153 switch (token) { in ext4_parse_param() 2322 int type = (token == Opt_dax) ? in ext4_parse_param() 2373 if (m->token == Opt_err) { in ext4_parse_param() 2903 static const char *token2str(int token) in token2str() argument 2908 if (spec->opt == token && !spec->type) in token2str() [all …]
|
| /fs/udf/ |
| A D | super.c | 524 int token; in udf_parse_param() local 527 token = fs_parse(fc, udf_param_spec, param, &result); in udf_parse_param() 528 if (token < 0) in udf_parse_param() 529 return token; in udf_parse_param() 531 switch (token) { in udf_parse_param()
|
| /fs/smb/server/ |
| A D | smb2pdu.h | 141 __le32 token; member
|
| A D | transport_rdma.c | 1425 le32_to_cpu(desc[i].token), in smb_direct_rdma_xmit()
|
| A D | smb2pdu.c | 6680 le32_to_cpu(desc[i].token), in smb2_set_remote_key_for_rdma() 6690 work->remote_key = le32_to_cpu(desc->token); in smb2_set_remote_key_for_rdma()
|
| /fs/gfs2/ |
| A D | ops_fstype.c | 995 int token, option; in gfs2_lm_mount() local 1000 token = match_token(o, *lm->lm_tokens, tmp); in gfs2_lm_mount() 1001 switch (token) { in gfs2_lm_mount()
|
| /fs/f2fs/ |
| A D | super.c | 722 int token, ret, arg; in f2fs_parse_param() local 724 token = fs_parse(fc, f2fs_param_specs, param, &result); in f2fs_parse_param() 725 if (token < 0) in f2fs_parse_param() 726 return token; in f2fs_parse_param() 728 switch (token) { in f2fs_parse_param() 969 token = match_token(param->string, f2fs_checkpoint_tokens, args); in f2fs_parse_param() 970 switch (token) { in f2fs_parse_param()
|
| /fs/smb/client/ |
| A D | smb2pdu.c | 4484 v1->token = cpu_to_le32(rdata->mr->mr->rkey); in smb2_new_read_req() 5034 v1->token = cpu_to_le32(wdata->mr->mr->rkey); in smb2_async_writev()
|