Home
last modified time | relevance | path

Searched refs:tmprc (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/cifs/
Dinode.c425 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr, local
427 if (tmprc)
428 cifs_dbg(FYI, "check_mf_symlink: %d\n", tmprc);
974 int tmprc = 0; local
1012 tmprc = server->ops->query_reparse_tag(xid, tcon, cifs_sb, full_path,
1014 if (tmprc)
1015 cifs_dbg(FYI, "%s: query_reparse_tag: rc = %d\n", __func__, tmprc);
1017 tmprc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path,
1020 if (tmprc)
1022 tmprc);
[all …]
Dsmb2inode.c658 int tmprc; in smb2_mkdir_setinfo() local
665 tmprc = smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir_setinfo()
669 if (tmprc == 0) in smb2_mkdir_setinfo()
Dsmb1ops.c569 int tmprc; in cifs_query_path_info() local
589 tmprc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_query_path_info()
590 if (tmprc == -EOPNOTSUPP) in cifs_query_path_info()
592 else if (tmprc == 0) in cifs_query_path_info()
/linux-6.1.9/security/selinux/
Davc.c973 int rc = 0, tmprc; in avc_ss_reset() local
979 tmprc = c->callback(AVC_CALLBACK_RESET); in avc_ss_reset()
983 rc = tmprc; in avc_ss_reset()