/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_node.c | 86 struct pcfs *fsp, /* filsystem for node */ in pc_getnode() 218 struct pcfs *fsp; in pc_rele() local 305 pc_mark_mod(struct pcfs *fsp, struct pcnode *pcp) in pc_mark_mod() 327 pc_mark_acc(struct pcfs *fsp, struct pcnode *pcp) in pc_mark_acc() 362 struct pcfs *fsp; in pc_truncate() local 462 struct pcfs *fsp; in pc_getentryblock() local 492 struct pcfs *fsp; in pc_nodesync() local 531 struct pcfs *fsp; in pc_nodeupdate() local 575 pc_verify(struct pcfs *fsp) in pc_verify() 649 pc_mark_irrecov(struct pcfs *fsp) in pc_mark_irrecov() [all …]
|
H A D | pc_vfsops.c | 459 struct pcfs *fsp; in pcfs_device_ismounted() local 553 pcfs_parse_mntopts(struct pcfs *fsp) in pcfs_parse_mntopts() 638 struct pcfs *fsp; in pcfs_mount() local 822 struct pcfs *fsp, *fsp1; in pcfs_unmount() local 883 struct pcfs *fsp; in pcfs_root() local 906 struct pcfs *fsp; in pcfs_statvfs() local 933 pc_syncfsnodes(struct pcfs *fsp) in pc_syncfsnodes() 969 struct pcfs *fsp; in pcfs_sync() local 1007 struct pcfs *fsp; in pcfs_syncfs() local 1027 pc_lockfs(struct pcfs *fsp, int diskchanged, int releasing) in pc_lockfs() [all …]
|
H A D | pc_alloc.c | 61 struct pcfs *fsp; /* pcfs that file is in */ in pc_bmap() local 169 struct pcfs *fsp; /* pcfs that file is in */ in pc_balloc() local 258 struct pcfs *fsp; in pc_bfree() local 332 pc_freeclusters(struct pcfs *fsp) in pc_freeclusters() 367 pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn) in pc_getcluster() 409 pc_setcluster(struct pcfs *fsp, pc_cluster32_t cn, pc_cluster32_t ncn) in pc_setcluster() 461 struct pcfs *fsp, /* file sys to allocate in */ in pc_alloccluster() 510 struct pcfs *fsp, in pc_fileclsize()
|
H A D | pc_vnops.c | 227 struct pcfs *fsp; in pcfs_read() local 261 struct pcfs *fsp; in pcfs_write() local 305 struct pcfs *fsp; in rwpcp() local 573 struct pcfs *fsp; in pcfs_getattr() local 710 struct pcfs *fsp; in pcfs_setattr() local 857 struct pcfs *fsp; in pcfs_access() local 888 struct pcfs *fsp; in pcfs_fsync() local 918 struct pcfs *fsp; in pcfs_inactive() local 991 struct pcfs *fsp; in pcfs_lookup() local 1051 struct pcfs *fsp; in pcfs_create() local [all …]
|
H A D | pc_dir.c | 137 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_direnter() local 277 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_makedirentry() local 398 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirremove() local 570 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_rename() local 853 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirfixdotdot() local 909 struct pcfs *fsp; in pc_findentry() local 999 struct pcfs *fsp; in pc_blkatoff() local 1115 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_match_long_fn() local 1155 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_match_short_fn() local 1207 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_remove_long_fn() local [all …]
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_node.c | 211 struct hsfs *fsp; in hs_hsnode_cache_reclaim() local 255 hs_addfreeb(struct hsfs *fsp, struct hsnode *hp) in hs_addfreeb() 278 hs_getfree(struct hsfs *fsp) in hs_getfree() 351 hs_remfree(struct hsfs *fsp, struct hsnode *hp) in hs_remfree() 382 struct hsfs *fsp; in hs_findhash() local 427 hs_addhash(struct hsfs *fsp, struct hsnode *hp) in hs_addhash() 445 struct hsfs *fsp; in hs_synchash() local 520 struct hsfs *fsp; in hs_makenode() local 663 hs_freenode(vnode_t *vp, struct hsfs *fsp, int nopage) in hs_freenode() 716 struct hsfs *fsp; in hs_remakenode() local [all …]
|
H A D | hsfs_vfsops.c | 372 struct hsfs *fsp; in hsfs_unmount() local 446 struct hsfs *fsp; in hsfs_statvfs() local 485 struct hsfs *fsp; in hsfs_vget() local 527 compute_cdrom_id(struct hsfs *fsp, vnode_t *devvp) in compute_cdrom_id() 579 struct hsfs *fsp = NULL; in hs_mountfs() local 956 struct hsfs *fsp, in hs_getrootvp() 1002 hs_findhsvol(struct hsfs *fsp, struct vnode *vp, struct hs_volume *hvp) in hs_findhsvol() 1078 hs_parsehsvol(struct hsfs *fsp, uchar_t *volp, struct hs_volume *hvp) in hs_parsehsvol() 1129 hs_findisovol(struct hsfs *fsp, struct vnode *vp, in hs_findisovol() 1295 hs_parseisovol(struct hsfs *fsp, uchar_t *volp, struct hs_volume *hvp) in hs_parseisovol() [all …]
|
H A D | hsfs_subr.c | 307 hs_log_bogus_disk_warning(fsp, errtype, data) in hs_log_bogus_disk_warning() argument 348 struct hsfs *fsp; in hsfs_kstats_update() local 392 hsfs_setup_named_kstats(struct hsfs *fsp, int fsid, char *name, in hsfs_setup_named_kstats() 426 hsfs_init_kstats(struct hsfs *fsp, int fsid) in hsfs_init_kstats() 433 hsfs_fini_kstats(struct hsfs *fsp) in hsfs_fini_kstats()
|
H A D | hsfs_susp_subr.c | 87 struct hsfs *fsp, /* filesystem pointer */ in parse_sua() 367 struct hsfs *fsp; in hs_check_root_dirent() local 471 get_cont_area(struct hsfs *fsp, uchar_t **buf_pp, cont_info_t *cont_info_p) in get_cont_area()
|
H A D | hsfs_vnops.c | 256 struct hsfs *fsp; in hsfs_getattr() local 318 struct hsfs *fsp; in hsfs_inactive() local 407 struct hsfs *fsp; hsfs_readdir() local 712 hsfs_getpage_ra(struct vnode * vp,u_offset_t off,struct seg * seg,caddr_t addr,struct hsnode * hp,struct hsfs * fsp,int xarsiz,offset_t bof,int chunk_lbn_count,int chunk_data_bytes) hsfs_getpage_ra() argument 996 struct hsfs *fsp; hsfs_getapage() local 1469 struct hsfs *fsp; hsfs_getpage() local 1838 hsched_init(struct hsfs * fsp,int fsid,struct modlinkage * modlinkage) hsched_init() argument 1964 hsched_invoke_strategy(struct hsfs * fsp) hsched_invoke_strategy() argument 2219 hsched_enqueue_io(struct hsfs * fsp,struct hio * hsio,int ra) hsched_enqueue_io() argument 2243 struct hsfs *fsp; hsfs_pathconf() local [all...] |
H A D | hsfs_rrip.c | 446 struct hsfs *fsp, /* filesystem pointer */ in rrip_namecopy()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | hsfs_susp.h | 54 #define SET_IMPL_BIT(fsp, y) ((fsp->hsfs_ext_impl) |= (0x01L) << (y)) argument 55 #define UNSET_IMPL_BIT(fsp, y) ((fsp->hsfs_ext_impl) &= ~((0x01L) << (y))) argument 56 #define IS_IMPL_BIT_SET(fsp, y) ((fsp->hsfs_ext_impl) & ((0x01L) << (y))) argument 65 #define SET_SUSP_BIT(fsp) (SET_IMPL_BIT((fsp), HAVE_SUSP)) argument 66 #define UNSET_SUSP_BIT(fsp) (UNSET_IMPL_BIT((fsp), HAVE_SUSP)) argument 67 #define IS_SUSP_IMPLEMENTED(fsp) (IS_IMPL_BIT_SET(fsp, 0) ? 1 : 0) argument 230 struct hsfs *fsp; /* file system */ member
|
H A D | hsfs_node.h | 206 struct hsfs *fsp; /* The filesystem structure */ member 304 #define HSFS_HAVE_LOWER_CASE(fsp) \ argument
|
H A D | pc_dir.h | 211 #define PCA_IS_HIDDEN(fsp, attr) \ argument
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 211 struct fs *fsp = &h->afs; in get_attr() local 303 struct fs *fsp = &h->afs; in dumpfs() local 374 if (fs_postbl(fsp, c)[i] == -1) in dumpfs() local 459 struct fs *fsp = &h->afs; in dumplog() local 536 struct fs *fsp = &h->afs; in dumpcg() local
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | df.c | 1259 g_output(struct df_request *dfrp, struct statvfs64 *fsp) in g_output() 1376 k_output(struct df_request *dfrp, struct statvfs64 *fsp) in k_output() 1523 t_output(struct df_request *dfrp, struct statvfs64 *fsp) in t_output() 1565 eb_output(struct df_request *dfrp, struct statvfs64 *fsp) in eb_output() 1589 e_output(struct df_request *dfrp, struct statvfs64 *fsp) in e_output() 1601 b_output(struct df_request *dfrp, struct statvfs64 *fsp) in b_output() 1614 n_output(struct df_request *dfrp, struct statvfs64 *fsp) in n_output() 1623 default_output(struct df_request *dfrp, struct statvfs64 *fsp) in default_output() 1644 V_output(struct df_request *dfrp, struct statvfs64 *fsp) in V_output()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 469 struct fs *fsp; in ufs_mountroot() local 584 struct fs *fsp = (struct fs *)bp->b_un.b_addr; in remountfs() local 803 struct fs *fsp; in mountfs() local 1784 struct fs *fsp; in ufs_statvfs() local
|
H A D | ufs_filio.c | 447 struct fs *fsp = ufsvfsp->vfs_fs; in ufs_fioffs() local
|
/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | ipmi_entity.c | 111 ipmi_sdr_full_sensor_t *fsp = in ipmi_entity_sdr_parse() local 291 ipmi_sdr_full_sensor_t *fsp; in ipmi_entity_present_sdr() local 410 ipmi_sdr_full_sensor_t *fsp; in ipmi_entity_present() local
|
/illumos-gate/usr/src/cmd/fm/ipmitopo/common/ |
H A D | ipmitopo.c | 48 ipmi_sdr_full_sensor_t *fsp; in sdr_print() local
|
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/ |
H A D | labelit.c | 141 struct fs *fsp, *altfsp; in label() local
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | solaris.c | 320 filterstats_t *fsp; in ipf_kstat_update() local
|
/illumos-gate/usr/src/lib/libmalloc/common/ |
H A D | malloc.c | 973 ssize_t fsp; /* free space in 1 hold block */ in mallinfo() local
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 233 ipmi_sdr_full_sensor_t *fsp; in ipmi_check_sensor() local
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ttyname.c | 201 _ttyname_common(struct stat64 *fsp, char *buffer, uint_t match_mask) in _ttyname_common()
|