Home
last modified time | relevance | path

Searched defs:fs (Results 51 – 75 of 103) sorted by relevance

12345

/titanic_53/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c342 struct fs *fs = ufsvfsp->vfs_fs; in ufs_flush() local
753 struct fs *fs; in ufs_reconcile_inode() local
H A Dufs_acl.c109 struct fs *fs = ufsvfsp->vfs_fs; in ufs_si_store() local
436 struct fs *fs = ufsvfsp->vfs_fs; in ufs_si_load() local
H A Dufs_dir.c2425 struct fs *fs = dp->i_fs; in ufs_dirremove() local
2773 struct fs *fs; in blkatoff() local
H A Dufs_thread.c1005 struct fs *fs = ufsvfsp->vfs_fs; in ufs_thread_reclaim() local
/titanic_53/usr/src/uts/common/fs/nfs/
H A Dnfs_xdr.c1382 xdr_statfs(XDR *xdrs, struct nfsstatfs *fs) in xdr_statfs()
1392 xdr_faststatfs(XDR *xdrs, struct nfsstatfs *fs) in xdr_faststatfs()
/titanic_53/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c271 #define CGSIZE(fs) \ argument
285 #define MAXIpG(fs) roundup((fs)->fs_bsize * NBBY / 3, INOPB(fs)) argument
439 struct fs fs; member
629 struct statvfs64 fs; in main() local
3380 isblock(struct fs *fs, unsigned char *cp, int h) in isblock()
3406 clrblock(struct fs *fs, unsigned char *cp, int h) in clrblock()
3432 setblock(struct fs *fs, unsigned char *cp, int h) in setblock()
/titanic_53/usr/src/cmd/swap/
H A Dswap.c661 struct statvfs64 fs; in valid() local
/titanic_53/usr/src/uts/common/sys/fs/
H A Dufs_trans.h303 #define TRANS_SI(ufsvfsp, fs, cg) \ argument
393 #define TRANS_MATA_SI(ufsvfsp, fs) \ argument
408 #define TRANS_MATA_SI(ufsvfsp, fs) argument
H A Dudf_inode.h338 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ argument
342 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ argument
345 #define blksize(fs) (fs->udf_lbsize) argument
/titanic_53/usr/src/lib/libbc/libc/gen/common/
H A Ddouble_decim.c344 char is[_INTEGER_SIZE], fs[DECIMAL_STRING_LENGTH]; in _unpacked_to_decimal() local
/titanic_53/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_64.h183 uint16_t fs, _pad5[3]; /* Non-zero => takes precedence over fs_base. */ member
230 unsigned long fs; member
/titanic_53/usr/src/common/ficl/
H A Dficl.h815 #define FICL_STRING_GET_LENGTH(fs) ((fs).length) argument
816 #define FICL_STRING_GET_POINTER(fs) ((fs).text) argument
817 #define FICL_STRING_SET_LENGTH(fs, l) ((fs).length = (ficlUnsigned)(l)) argument
818 #define FICL_STRING_SET_POINTER(fs, p) ((fs).text = (char *)(p)) argument
/titanic_53/usr/src/boot/lib/libstand/
H A Ddosfs.h116 DOS_FS *fs; /* associated filesystem */ member
/titanic_53/usr/src/lib/libbe/common/
H A Dbe_mount.c1496 add_to_fs_list(be_fs_list_data_t *fld, const char *fs) in add_to_fs_list()
1972 get_mountpoint_from_vfstab(char *altroot, const char *fs, char *mountpoint, in get_mountpoint_from_vfstab()
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c32 const_profile_filespec_t *fs; in profile_init() local
/titanic_53/usr/src/tools/codereview/
H A Dlwlp.c771 save_format_state(struct format_state *fs) in save_format_state()
781 restore_format_state(struct format_state *fs, FILE *outfile) in restore_format_state()
/titanic_53/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c71 struct fs fs; member
/titanic_53/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c413 uint32_t fs; in usbecm_m_stat() local
3146 usbecm_get_statistics(usbecm_state_t *ecmp, uint32_t fs, uint32_t *stat_data) in usbecm_get_statistics()
/titanic_53/usr/src/stand/lib/fs/ufs/
H A Dufsops.c451 struct fs *fs; in getblock() local
/titanic_53/usr/src/boot/sys/boot/common/
H A Dmultiboot2.c584 const char *fs = getenv("fstype"); in mb_kernel_cmdline() local
/titanic_53/usr/src/uts/common/xen/io/
H A Dxdb.h74 uint8_t fs; /* start sector # within this page (segment) */ member
/titanic_53/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c1082 struct fs *fs; in notrand() local
/titanic_53/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c300 char fs[ZFS_MAX_DATASET_NAME_LEN]; in lzc_snaprange_space() local
/titanic_53/usr/src/cmd/awk/
H A Dlib.c415 refldbld(uchar *rec, uchar *fs) /* build fields from reg expr in FS */ in refldbld()
/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dpc_slice.h155 #define IS_PC_SLICE_TYPE_BSD_WITH_FS(type,fs) \ argument

12345