Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 7 of 7) sorted by relevance

/fs/gfs2/
Dtrans.h31 static inline unsigned int gfs2_rg_blocks(const struct gfs2_inode *ip, unsigned requested) in gfs2_rg_blocks() argument
33 if (requested < ip->i_rgd->rd_length) in gfs2_rg_blocks()
34 return requested + 1; in gfs2_rg_blocks()
Daops.c670 unsigned requested = 0; in gfs2_write_begin() local
697 requested = data_blocks + ind_blocks; in gfs2_write_begin()
698 ap.target = requested; in gfs2_write_begin()
716 rblocks += gfs2_rg_blocks(ip, requested); in gfs2_write_begin()
/fs/nfsd/
Dvfs.h147 static inline bool nfsd_eof_on_read(long requested, long read, in nfsd_eof_on_read() argument
151 if (requested > read) in nfsd_eof_on_read()
Dnfsfh.c63 umode_t requested) in nfsd_mode_check() argument
67 if (requested == 0) /* the caller doesn't care */ in nfsd_mode_check()
69 if (mode == requested) { in nfsd_mode_check()
82 if (requested == S_IFDIR) in nfsd_mode_check()
/fs/nfs/flexfilelayout/
Dflexfilelayout.c668 __u64 requested) in nfs4_ff_layout_stat_io_update_requested() argument
673 iostat->bytes_requested += requested; in nfs4_ff_layout_stat_io_update_requested()
678 __u64 requested, in nfs4_ff_layout_stat_io_update_completed() argument
689 iostat->bytes_not_delivered += requested - completed; in nfs4_ff_layout_stat_io_update_completed()
702 __u64 requested, ktime_t now) in nfs4_ff_layout_stat_io_start_read() argument
708 nfs4_ff_layout_stat_io_update_requested(&mirror->read_stat, requested); in nfs4_ff_layout_stat_io_start_read()
718 __u64 requested, in nfs4_ff_layout_stat_io_end_read() argument
723 requested, completed, in nfs4_ff_layout_stat_io_end_read()
731 __u64 requested, ktime_t now) in nfs4_ff_layout_stat_io_start_write() argument
737 nfs4_ff_layout_stat_io_update_requested(&mirror->write_stat, requested); in nfs4_ff_layout_stat_io_start_write()
[all …]
/fs/cifs/
Dsess.c501 select_sectype(struct TCP_Server_Info *server, enum securityEnum requested) in select_sectype() argument
505 switch (requested) { in select_sectype()
508 return requested; in select_sectype()
521 switch (requested) { in select_sectype()
524 return requested; in select_sectype()
535 switch (requested) { in select_sectype()
537 return requested; in select_sectype()
Dcifsproto.h126 enum securityEnum requested);