| /fs/ntfs/ |
| D | super.c | 101 static bool parse_options(ntfs_volume *vol, char *opt) in parse_options() 375 static int ntfs_write_volume_flags(ntfs_volume *vol, const VOLUME_FLAGS flags) in ntfs_write_volume_flags() 430 static inline int ntfs_set_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_set_volume_flags() 445 static inline int ntfs_clear_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_clear_volume_flags() 468 ntfs_volume *vol = NTFS_SB(sb); in ntfs_remount() local 766 static bool parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b) in parse_ntfs_boot_sector() 948 static void ntfs_setup_allocators(ntfs_volume *vol) in ntfs_setup_allocators() 1034 static bool load_and_init_mft_mirror(ntfs_volume *vol) in load_and_init_mft_mirror() 1087 static bool check_mft_mirror(ntfs_volume *vol) in check_mft_mirror() 1216 static bool load_and_check_logfile(ntfs_volume *vol, in load_and_check_logfile() [all …]
|
| D | mft.c | 51 ntfs_volume *vol = ni->vol; in map_mft_record_page() local 439 static int ntfs_sync_mft_mirror_umount(ntfs_volume *vol, in ntfs_sync_mft_mirror_umount() 466 int ntfs_sync_mft_mirror(ntfs_volume *vol, const unsigned long mft_no, in ntfs_sync_mft_mirror() 672 ntfs_volume *vol = ni->vol; in write_mft_record_nolock() local 926 bool ntfs_may_write_mft_record(ntfs_volume *vol, const unsigned long mft_no, in ntfs_may_write_mft_record() 1132 static int ntfs_mft_bitmap_find_and_alloc_free_rec_nolock(ntfs_volume *vol, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1279 static int ntfs_mft_bitmap_extend_allocation_nolock(ntfs_volume *vol) in ntfs_mft_bitmap_extend_allocation_nolock() 1578 static int ntfs_mft_bitmap_extend_initialized_nolock(ntfs_volume *vol) in ntfs_mft_bitmap_extend_initialized_nolock() 1715 static int ntfs_mft_data_extend_allocation_nolock(ntfs_volume *vol) in ntfs_mft_data_extend_allocation_nolock() 2013 static int ntfs_mft_record_layout(const ntfs_volume *vol, const s64 mft_no, in ntfs_mft_record_layout() [all …]
|
| D | attrib.c | 594 ntfs_volume *vol = ctx->ntfs_ino->vol; in ntfs_attr_find() local 710 int load_attribute_list(ntfs_volume *vol, runlist *runlist, u8 *al_start, in load_attribute_list() 863 ntfs_volume *vol; in ntfs_external_attr_find() local 1306 static ATTR_DEF *ntfs_attr_find_in_attrdef(const ntfs_volume *vol, in ntfs_attr_find_in_attrdef() 1342 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check() 1378 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_non_resident() 1410 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_resident() 1539 ntfs_volume *vol = ni->vol; in ntfs_attr_make_non_resident() local 1910 ntfs_volume *vol = ni->vol; in ntfs_attr_extend_allocation() local 2495 ntfs_volume *vol = ni->vol; in ntfs_attr_set() local
|
| D | collate.c | 26 static int ntfs_collate_binary(ntfs_volume *vol, in ntfs_collate_binary() 44 static int ntfs_collate_ntofs_ulong(ntfs_volume *vol, in ntfs_collate_ntofs_ulong() 101 int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr, in ntfs_collate()
|
| D | lcnalloc.c | 50 int ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol, in ntfs_cluster_free_from_rl_nolock() 146 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, in ntfs_cluster_alloc() 853 ntfs_volume *vol; in __ntfs_cluster_free() local
|
| D | inode.c | 551 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_inode() local 1228 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_attr_inode() local 1495 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_index_inode() local 1780 ntfs_volume *vol = NTFS_SB(sb); in ntfs_read_inode_mount() local 2314 ntfs_volume *vol = NTFS_SB(root->d_sb); in ntfs_show_options() local 2369 ntfs_volume *vol = ni->vol; in ntfs_truncate() local
|
| D | runlist.c | 749 runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol, in ntfs_mapping_pairs_decompress() 1131 int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, in ntfs_get_size_for_mapping_pairs() 1323 int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, in ntfs_mapping_pairs_build() 1499 int ntfs_rl_truncate_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_truncate_nolock() 1644 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_punch_nolock()
|
| D | logfile.c | 489 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_check_logfile() local 682 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_is_logfile_clean() local 731 ntfs_volume *vol = log_ni->vol; in ntfs_empty_logfile() local
|
| D | dir.c | 83 ntfs_volume *vol = dir_ni->vol; in ntfs_lookup_inode_by_name() local 1025 static inline int ntfs_filldir(ntfs_volume *vol, in ntfs_filldir() 1106 ntfs_volume *vol = NTFS_SB(sb); in ntfs_readdir() local
|
| D | usnjrnl.c | 47 bool ntfs_stamp_usnjrnl(ntfs_volume *vol) in ntfs_stamp_usnjrnl()
|
| D | quota.c | 37 bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol) in ntfs_mark_quotas_out_of_date()
|
| D | aops.c | 193 ntfs_volume *vol; in ntfs_read_block() local 560 ntfs_volume *vol; in ntfs_write_block() local 926 ntfs_volume *vol = ni->vol; in ntfs_write_mst_block() local 1571 ntfs_volume *vol = ni->vol; in ntfs_bmap() local
|
| D | lcnalloc.h | 132 static inline int ntfs_cluster_free_from_rl(ntfs_volume *vol, in ntfs_cluster_free_from_rl()
|
| D | unistr.c | 259 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, in ntfs_nlstoucs() 336 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, in ntfs_ucstonls()
|
| D | index.c | 124 ntfs_volume *vol = idx_ni->vol; in ntfs_index_lookup() local
|
| D | file.c | 341 ntfs_volume *vol = ni->vol; in ntfs_prepare_file_for_write() local 594 ntfs_volume *vol; in ntfs_prepare_pages_for_non_resident_write() local 1750 ntfs_volume *vol = ni->vol; in ntfs_perform_write() local
|
| D | namei.c | 106 ntfs_volume *vol = NTFS_SB(dir_ino->i_sb); in ntfs_lookup() local
|
| D | compress.c | 484 ntfs_volume *vol = ni->vol; in ntfs_read_compressed_block() local
|
| D | inode.h | 56 ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */ member
|
| /fs/cifs/ |
| D | connect.c | 1121 struct smb_vol *vol) in cifs_parse_security_flavors() 1178 cifs_parse_cache_flavor(char *value, struct smb_vol *vol) in cifs_parse_cache_flavor() 1203 cifs_parse_smb_version(char *value, struct smb_vol *vol) in cifs_parse_smb_version() 1263 cifs_parse_devname(const char *devname, struct smb_vol *vol) in cifs_parse_devname() 1315 struct smb_vol *vol) in cifs_parse_mount_options() 2211 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security() 2233 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server() 2264 cifs_find_tcp_session(struct smb_vol *vol) in cifs_find_tcp_session() 2445 static int match_session(struct cifs_ses *ses, struct smb_vol *vol) in match_session() 2480 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb_vol *vol) in cifs_find_smb_ses() [all …]
|
| D | dir.c | 49 cifs_build_path_to_root(struct smb_vol *vol, struct cifs_sb_info *cifs_sb, in cifs_build_path_to_root()
|
| D | cifsfs.c | 614 cifs_get_root(struct smb_vol *vol, struct super_block *sb) in cifs_get_root()
|
| /fs/afs/ |
| D | super.c | 406 struct afs_volume *vol; in afs_mount() local
|
| /fs/affs/ |
| D | super.c | 279 char *vol = match_strdup(&args[0]); in parse_options() local
|
| /fs/ubifs/ |
| D | super.c | 1928 int dev, vol; in open_ubi() local
|