Home
last modified time | relevance | path

Searched defs:last (Results 1 – 25 of 92) sorted by relevance

1234

/fs/
Dbinfmt_script.c19 static inline char *next_non_spacetab(char *first, const char *last) in next_non_spacetab()
26 static inline char *next_terminator(char *first, const char *last) in next_terminator()
Dnamei.c503 struct qstr last; member
598 struct saved *last = nd->stack + i; in drop_links() local
645 struct saved *last = nd->stack + i; in legitimize_links() local
968 struct saved *last = nd->stack + --nd->depth; in put_link() local
1137 struct saved *last = nd->stack + nd->depth - 1; in get_link() local
1809 struct saved *last; in pick_link() local
2465 struct qstr *last, int *type) in filename_parentat()
2495 struct qstr last; in kern_path_locked() local
3718 struct qstr last; in filename_create() local
4034 struct qstr last; in do_rmdir() local
[all …]
/fs/xfs/libxfs/
Dxfs_types.c70 xfs_agino_t *last) in xfs_agino_range()
103 xfs_agino_t last; in xfs_verify_agino() local
192 xfs_agino_t first, last; in xfs_icount_range() local
Dxfs_dir2.c597 xfs_fileoff_t last; /* last file offset */ in xfs_dir2_isblock() local
617 xfs_fileoff_t last; /* last file offset */ in xfs_dir2_isleaf() local
/fs/afs/
Dwrite.c233 pgoff_t first, pgoff_t last) in afs_kill_pages()
276 pgoff_t first, pgoff_t last) in afs_redirty_pages()
315 pgoff_t first, pgoff_t last) in afs_pages_written_back()
355 pgoff_t first, pgoff_t last, in afs_store_data()
460 pgoff_t start, first, last; in afs_write_back_from_locked_page() local
Drxrpc.c284 struct bio_vec *bv, pgoff_t first, pgoff_t last, in afs_load_bvec()
330 pgoff_t first = call->first, last = call->last; in afs_send_pages() local
/fs/proc/
Dnamespaces.c113 const struct proc_ns_operations **entry, **last; in proc_ns_dir_readdir() local
147 const struct proc_ns_operations **entry, **last; in proc_ns_dir_lookup() local
Duid.c157 const struct uid_entry *u, *last; in proc_uid_base_lookup() local
/fs/ext4/
Dresize.c85 #define outside(b, first, last) ((b) < (first) || (b) >= (last)) argument
86 #define inside(b, first, last) ((b) >= (first) && (b) < (last)) argument
1082 ext4_group_t last; in update_backups() local
1452 ext4_grpblk_t last; in ext4_flex_group_add() local
1546 ext4_grpblk_t last; in ext4_setup_next_flex_gd() local
1744 ext4_grpblk_t last; in ext4_group_extend() local
Dindirect.c827 __le32 *last) in ext4_clear_blocks()
900 __le32 *first, __le32 *last) in ext4_free_data()
985 __le32 *first, __le32 *last, int depth) in ext4_free_branches()
Dreadpage.c311 unsigned last = map.m_len - map_offset; in ext4_mpage_readpages() local
/fs/reiserfs/
Dprints.c442 static int print_internal(struct buffer_head *bh, int first, int last) in print_internal()
478 int last) in print_leaf()
614 int mode, first, last; in print_block() local
/fs/gfs2/
Drgrp.h88 u64 last = first + rgd->rd_data; in rgrp_contains_block() local
/fs/nfs/
Dnfs4renewd.c62 unsigned long last, now; in nfs4_renew_state() local
/fs/iomap/
Dbuffered-io.c74 unsigned last = (poff + plen - 1) >> block_bits; in iomap_adjust_read_range() local
126 unsigned last = (off + len - 1) >> inode->i_blkbits; in iomap_set_range_uptodate() local
389 loff_t last = page_offset(list_entry(pages->next, struct page, lru)); in iomap_readpages() local
434 unsigned len, first, last; in iomap_is_partially_uptodate() local
/fs/hpfs/
Dname.c77 const unsigned char *n2, unsigned l2, int last) in hpfs_compare_names()
/fs/efs/
Dinode.c204 int cur, last, first = 1; in efs_map_block() local
/fs/xfs/
Dxfs_buf_item.c795 uint last, in xfs_buf_item_log_segment()
877 uint last) in xfs_buf_item_log()
/fs/ubifs/
Dorphan.c233 struct ubifs_orphan *orphan, **last; in ubifs_orphan_start_commit() local
440 struct ubifs_orphan *orphan, **last; in consolidate() local
/fs/btrfs/
Dordered-data.h13 struct rb_node *last; member
Dinode-map.c37 u64 last = (u64)-1; in caching_kthread() local
/fs/fat/
Dmisc.c105 int ret, new_fclus, last; in fat_chain_add() local
/fs/befs/
Dbtree.c333 int first, last, mid; in befs_find_key() local
/fs/omfs/
Dfile.c37 u64 next, last; in omfs_shrink_inode() local
/fs/adfs/
Ddir_f.c78 int last = 5 - 26; in adfs_dir_checkbyte() local

1234