/fs/udf/ |
D | misc.c | 48 uint32_t type, uint8_t loc) in udf_add_extendedattr() 268 struct kernel_lb_addr *loc, in udf_read_ptagged() 286 uint32_t loc, int length) in udf_new_tag()
|
D | udfdecl.h | 213 udf_get_lb_pblock(struct super_block *sb, struct kernel_lb_addr *loc, in udf_get_lb_pblock()
|
D | partition.c | 52 uint32_t loc; in udf_get_pblock_virt15() local
|
D | super.c | 1113 struct kernel_lb_addr loc = { in udf_fill_partdesc_info() local 1331 uint32_t loc; in udf_load_sparable_map() local 1540 static void udf_load_logicalvolint(struct super_block *sb, struct kernel_extent_ad loc) in udf_load_logicalvolint() 2429 struct kernel_lb_addr loc; in udf_count_free_bitmap() local
|
D | namei.c | 314 struct kernel_lb_addr loc; in udf_lookup() local 1247 struct kernel_lb_addr loc; in udf_nfs_get_inode() local
|
D | balloc.c | 41 struct kernel_lb_addr loc; in read_block_bitmap() local
|
D | inode.c | 1356 struct kernel_lb_addr loc; in udf_read_inode() local
|
/fs/ocfs2/ |
D | xattr.c | 1440 static int ocfs2_xa_journal_access(handle_t *handle, struct ocfs2_xa_loc *loc, in ocfs2_xa_journal_access() 1446 static void ocfs2_xa_journal_dirty(handle_t *handle, struct ocfs2_xa_loc *loc) in ocfs2_xa_journal_dirty() 1452 static void *ocfs2_xa_offset_pointer(struct ocfs2_xa_loc *loc, int offset) in ocfs2_xa_offset_pointer() 1463 static void ocfs2_xa_wipe_namevalue(struct ocfs2_xa_loc *loc) in ocfs2_xa_wipe_namevalue() 1472 static int ocfs2_xa_get_free_start(struct ocfs2_xa_loc *loc) in ocfs2_xa_get_free_start() 1478 static int ocfs2_xa_can_reuse_entry(struct ocfs2_xa_loc *loc, in ocfs2_xa_can_reuse_entry() 1485 static int ocfs2_xa_check_space(struct ocfs2_xa_loc *loc, in ocfs2_xa_check_space() 1491 static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_add_entry() 1503 static void ocfs2_xa_add_namevalue(struct ocfs2_xa_loc *loc, in ocfs2_xa_add_namevalue() 1523 static void ocfs2_xa_fill_value_buf(struct ocfs2_xa_loc *loc, in ocfs2_xa_fill_value_buf() [all …]
|
/fs/exfat/ |
D | fatent.c | 37 static int __exfat_ent_get(struct super_block *sb, unsigned int loc, in __exfat_ent_get() 61 int exfat_ent_set(struct super_block *sb, unsigned int loc, in exfat_ent_set() 84 int exfat_ent_get(struct super_block *sb, unsigned int loc, in exfat_ent_get()
|
D | exfat_fs.h | 109 #define FAT_ENT_OFFSET_SECTOR(sb, loc) (EXFAT_SB(sb)->FAT1_start_sector + \ argument 111 #define FAT_ENT_OFFSET_BYTE_IN_SECTOR(sb, loc) \ argument
|
/fs/ntfs/ |
D | runlist.c | 205 int dsize, runlist_element *src, int ssize, int loc) in ntfs_rl_append() 272 int dsize, runlist_element *src, int ssize, int loc) in ntfs_rl_insert() 368 int dsize, runlist_element *src, int ssize, int loc) in ntfs_rl_replace() 457 runlist_element *src, int ssize, int loc) in ntfs_rl_split()
|
/fs/nfs/ |
D | nfs4namespace.c | 371 int loc, error; in nfs_follow_referral() local 545 int loc, error; in nfs4_replace_transport() local
|
D | nfs4xdr.c | 3698 struct nfs4_fs_location *loc; in decode_attr_fs_locations() local
|
/fs/jfs/ |
D | jfs_xtree.h | 23 pxd_t loc; /* 8: length and address in unit of fsblksize */ member
|
D | jfs_types.h | 100 pxd_t loc; /* 8: address and length in unit of fsblksize */ member
|
/fs/vboxsf/ |
D | vboxsf_wrappers.c | 23 struct vmmdev_hgcm_service_location loc; in vboxsf_connect() local
|
/fs/gfs2/ |
D | quota.c | 793 loff_t loc) in gfs2_write_disk_quota() 836 static int gfs2_adjust_quota(struct gfs2_inode *ip, loff_t loc, in gfs2_adjust_quota()
|
/fs/ufs/ |
D | balloc.c | 810 unsigned start, length, loc; in ufs_bitmap_search() local
|
D | ufs_fs.h | 255 #define ufs_blkoff(loc) ((loc) & uspi->s_qbmask) argument 256 #define ufs_fragoff(loc) ((loc) & uspi->s_qfmask) argument 258 #define ufs_lblkno(loc) ((loc) >> uspi->s_bshift) argument 259 #define ufs_numfrags(loc) ((loc) >> uspi->s_fshift) argument
|
/fs/btrfs/ |
D | send.c | 2950 struct btrfs_key loc; in can_rmdir() local
|