VOP_GETEXTATTR.9 (1792c88d10e5295aec92bafa1c2f59205957e5c9) VOP_GETEXTATTR.9 (a1de21c12e1cbebace89c9150bf41857ad1f48b0)
1.\"-
2.\" Copyright (c) 1999, 2000, 2001, 2003 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 109 unchanged lines hidden (view full) ---

118argument is invalid.
119.It Bq Er EOPNOTSUPP
120The file system does not support
121.Fn VOP_GETEXTATTR .
122.El
123.Sh SEE ALSO
124.Xr extattr 9 ,
125.Xr vnode 9 ,
1.\"-
2.\" Copyright (c) 1999, 2000, 2001, 2003 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 109 unchanged lines hidden (view full) ---

118argument is invalid.
119.It Bq Er EOPNOTSUPP
120The file system does not support
121.Fn VOP_GETEXTATTR .
122.El
123.Sh SEE ALSO
124.Xr extattr 9 ,
125.Xr vnode 9 ,
126.Xr VOP_LISTEXTATTR 9
126.Xr VOP_LISTEXTATTR 9 ,
127.Xr VOP_SETEXTATTR 9
128.Sh BUGS
129By passing in the empty string as the attribute name, some file systems
130will return a list of defined names on the target vnode for the
131requested namespace.
132This is a bad API, and will be replaced by an explicit VOP.
127.Xr VOP_SETEXTATTR 9
128.Sh BUGS
129By passing in the empty string as the attribute name, some file systems
130will return a list of defined names on the target vnode for the
131requested namespace.
132This is a bad API, and will be replaced by an explicit VOP.