Searched refs:sym (Results 1 – 9 of 9) sorted by relevance
| /fs/ntfs3/lib/ |
| A D | decompress_common.c | 124 u32 sym; in make_huffman_decode_table() local 132 for (sym = 0; sym < num_syms; sym++) in make_huffman_decode_table() 133 len_counts[lens[sym]]++; in make_huffman_decode_table() 189 for (sym = 0; sym < num_syms; sym++) in make_huffman_decode_table() 190 if (lens[sym]) in make_huffman_decode_table() 191 sorted_syms[offsets[lens[sym]]++] = sym; in make_huffman_decode_table()
|
| A D | xpress_decompress.c | 90 u32 sym; in xpress_decompress() local 95 sym = read_huffsym(&is, d->decode_table, in xpress_decompress() 97 if (sym < 256) { in xpress_decompress() 99 *out_next++ = sym; in xpress_decompress() 102 length = sym & 0xf; in xpress_decompress() 103 log2_offset = (sym >> 4) & 0xf; in xpress_decompress()
|
| /fs/smb/client/ |
| A D | smb2file.c | 29 struct smb2_symlink_err_rsp *sym = ERR_PTR(-EINVAL); in symlink_data() local 59 if (!IS_ERR(sym) && (le32_to_cpu(sym->SymLinkErrorTag) != SYMLINK_ERROR_TAG || in symlink_data() 61 sym = ERR_PTR(-EINVAL); in symlink_data() 63 return sym; in symlink_data() 115 struct smb2_symlink_err_rsp *sym; in smb2_parse_symlink_response() local 122 sym = symlink_data(iov); in smb2_parse_symlink_response() 123 if (IS_ERR(sym)) in smb2_parse_symlink_response() 124 return PTR_ERR(sym); in smb2_parse_symlink_response() 128 print_len = le16_to_cpu(sym->PrintNameLength); in smb2_parse_symlink_response() 129 print_offs = le16_to_cpu(sym->PrintNameOffset); in smb2_parse_symlink_response() [all …]
|
| A D | reparse.c | 66 char *sym = NULL; in create_native_symlink() local 123 if (!sym) { in create_native_symlink() 127 memcpy(sym, "\\??\\", 4); in create_native_symlink() 129 sym[5] = ':'; in create_native_symlink() 150 if (!sym) { in create_native_symlink() 157 convert_delimiter(sym, sep); in create_native_symlink() 168 sym[0] = sym[1] = sym[2] = sym[5] = '_'; in create_native_symlink() 177 sym[0] = '\\'; in create_native_symlink() 178 sym[1] = sym[2] = '?'; in create_native_symlink() 179 sym[5] = ':'; in create_native_symlink() [all …]
|
| /fs/orangefs/ |
| A D | namei.c | 241 new_op->upcall.req.sym.parent_refn = parent->refn; in orangefs_symlink() 243 fill_default_sys_attrs(new_op->upcall.req.sym.attributes, in orangefs_symlink() 247 strscpy(new_op->upcall.req.sym.entry_name, dentry->d_name.name); in orangefs_symlink() 248 strscpy(new_op->upcall.req.sym.target, symname); in orangefs_symlink() 254 &new_op->downcall.resp.sym.refn.khandle, in orangefs_symlink() 255 new_op->downcall.resp.sym.refn.fs_id, ret); in orangefs_symlink() 264 ref = new_op->downcall.resp.sym.refn; in orangefs_symlink()
|
| A D | downcall.h | 111 struct orangefs_symlink_response sym; member
|
| A D | upcall.h | 234 struct orangefs_symlink_request_s sym; member
|
| A D | orangefs-utils.c | 45 fsid = op->upcall.req.sym.parent_refn.fs_id; in fsid_of_op()
|
| /fs/ceph/ |
| A D | inode.c | 908 u8 *sym; in decode_encrypted_symlink() local 910 sym = kmalloc(enclen + 1, GFP_NOFS); in decode_encrypted_symlink() 911 if (!sym) in decode_encrypted_symlink() 919 kfree(sym); in decode_encrypted_symlink() 922 sym[declen + 1] = '\0'; in decode_encrypted_symlink() 923 *decsym = sym; in decode_encrypted_symlink() 1191 char *sym; in ceph_fill_inode() local 1203 symlen, (u8 **)&sym); in ceph_fill_inode() 1225 if (!sym) in ceph_fill_inode() 1231 ci->i_symlink = sym; in ceph_fill_inode() [all …]
|
Completed in 23 milliseconds